shader-slang / slang

Making it easier to work with shaders
MIT License
1.82k stars 165 forks source link

Metal: `tests\compute\semantic.slang` fails #4546

Closed ArielG-NV closed 3 weeks ago

ArielG-NV commented 3 weeks ago

Related to: #4291 tests\compute\semantic.slang produces incorrect results with metal.

ArielG-NV commented 3 weeks ago

test passes if launch parameters are correctly set to //TEST(compute):COMPARE_COMPUTE:-mtl -compute -compute-dispatch 3,1,1 -shaderobj