Guus Waals

Results 61 issues of Guus Waals

Improved the if case for detecting MSVC frontend that only triggers on clang-cl/msvc. The wasm3 excecutable has some linking issues but the library can be built & used.

#661 was just merged however the stubs implementation doesn't seem to have changed `pub` to `pub(super)` causing the following on the `wasm32-unknown-emscripten` target: ``` error[E0446]: crate-private type `Tm` in public...

Holding shift on the queue screen allows you to select multiple items. When streaming to librespot this functionality stops working. ( [video](https://d.tdrz.nl/FGovWnR6.webm) ) I still have an older version of...

reverse engineering

While working with some shaders with wgpu & naga on android I noticed random driver crashes with the following logs: ```plain 07-25 13:17:37.578 15860 15900 I ____ : [2022-07-25 13:17:37.578]...

emscripten treats WGPU_LIMIT_U32_UNDEFINED/WGPU_LIMIT_U64_UNDEFINED in limits as them being unset. ([reference](https://github.com/emscripten-core/emscripten/blob/829b9337f709fc8055170ed3c2c9653ad6ee970a/src/library_webgpu.js#L2549)) dawn does the same ([reference](https://dawn.googlesource.com/dawn/+/refs/heads/main/src/dawn/native/Limits.cpp#136)) wgpu-native treats 0 instead as them being unset. I would've prefered 0 instead but it...

ftello is not defined on windows, but apparently `_FILE_OFFSET_BITS` is, swap the if cases to detect windows first. Using the native LLVM+clang toolchain: ``` > clang --version clang version 15.0.7...

Doesn't seem like there's any tracking issue for this currently, I just encountered this while trying to use `atomicCompareExchangeWeak` ``` [0216 14:17:07.454] [wgpu] [error] Device::create_render_pipeline error: Internal error in ShaderStages(VERTEX)...

area: naga back-end
naga
lang: Metal

I tried searching a bit but could find out which is correct/outdated, some previous comments seem to mention that pointers to storage are illegal however I couldn't find anything about...

type: enhancement
naga

I recently upgrade our project from 0.25 to 0.27 and noticed the dragging of windows now allows the mouse to be detached from the window being dragged, which I don't...

bug

When changing the view distance the laser tracks sometimes don't connect or intersect between segments. Most likely a rounding/floating point precision error involving segment lengths.