samdauwe / webgpu-native-examples

Collection of C-language examples that demonstrate basic rendering and computation in WebGPU native.
Apache License 2.0
393 stars 22 forks source link

No macos.m in src/platforms #3

Open randallrvr opened 2 years ago

randallrvr commented 2 years ago

There is reference to macos.m in the CMakeLists.txt but it is missing in the src/platforms

samdauwe commented 2 years ago

Hi,

Thanks for letting me know. I don't have a macOS system and I just added the file in the CMakeLists.txt as a placeholder for future implementation. Maybe I should better remove the file.

I can give you some references to example repositories demonstrating how to use WebGPU native on macOS:

The WebGPU spec is not finalized yet so not all repositories listed above might be fully functional.

I am open for any contributions, in case you want to provide an implementation for the missing macos.m file ?

Best regards, Sam