webgpu-native-examples icon indicating copy to clipboard operation
webgpu-native-examples copied to clipboard

No macos.m in src/platforms

Open randallrvr opened this issue 3 years ago • 1 comments

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

randallrvr avatar Apr 14 '22 16:04 randallrvr

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

samdauwe avatar Apr 14 '22 20:04 samdauwe