shader-slang / slang

Making it easier to work with shaders
MIT License
1.81k stars 161 forks source link

work on gfx metal backend #4287

Closed skallweitNV closed 1 month ago

skallweitNV commented 1 month ago

This PR implements enough of the Metal backend to run basic compute shaders:

This is by no means complete or well tested. It's enough to get a simple metal unit test working though, but support for testing will come in a separate PR.

skallweitNV commented 1 month ago

@jkwak-work thanks for the review. I'll address your comments in an upcoming PR.