Carl Woffenden

Results 54 comments of Carl Woffenden

Testing your exact command line doesn't produce the error. A little further testing: GCC 10 and 11 error as above, GCC 12 doesn't but creates a new related error: ```...

Yes, the error goes back to the inline from here: ``` In function ‘meshopt_optimizeOverdraw’, inlined from ‘process’ at /home/carl/Work/Native/Obj2Buf/src/main.cpp:195:29, inlined from ‘main’ at /home/carl/Work/Native/Obj2Buf/src/main.cpp:219:10: /home/carl/Work/Native/Obj2Buf/src/overdrawoptimizer.cpp:288:23: error: ‘memcpy’ specified size between...

Closing this. It's not reproducible standalone in meshopt, and looks to be over eager static analysis which isn't triggered in newer GCC versions.

It’ll build for Emscripten (if you call `emcc` with the same files as the `.bat` does) but I haven’t yet done the native Linux version. I’m going to finish the...

I took a quick look at building Dawn for iOS and it doesn't _look_ like it's supported yet. Setting the `target_os` to iOS wasn't enough to build the lib. I'll...

I only created a Visual Studio project. I do have a CMake build I'll commit this week, which will probably work.

This is interesting and I think the project could benefit from having a different layout to support examples like this. Currently I have the textured quad example as a branch,...

The API is a bit of a moving target sometimes and I need to update this repo (but the code to get an adapter changed so much that it requires...

I committed fixes for this and other WebGPU spec changes. It's only working in the browser as the native versions need a rewrite of the adapter code.

I'll try to find the time to throw a few thousand grayscale and normal maps at it and verify the error metrics and times. The encoded output may differ (e.g....