Deins
Deins
yep for me too. Prevously i was using clumsy on my laptop (win8 x64) and it worked perfectly. But on my pc win10 x64 it is doing nothing at all....
I currently use workaround by generating mip-maps by myself while waiting for official implementation. Probably has artifacts and isn't as fast etc. But at least works for all platforms. (I...
Oh, sorry, yes the static has a bug. It has to be removed or the array has to be set to 0 each time, or at the end where its...
Bumped into same issue trying to build amd ROCm stuff with `-x hip` ``` error: error(compilation): clang failed with stderr: zig: warning: '-x hip' after last input file has no...
Sorry, missed #224. It is similar, but yes main difference is glfw vs sdl and webgl vs webgpu. I don't see a reason why they both could not work. As...
Fixed some of the requested changes, still might need some cleanup. * removed/ switched to target `wasm32-emscripten`. * separated / moved emscripten build and utility stuff in separate lib `zems`....
sorry, have been too busy to work much on this. Overall I think its in ok state. Since wgpu.zig was updated to newer version, as well `wgpuCreateInstance` implementation in emscripten,...