shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

Metal: function return type address space checks #4465

Closed ArielG-NV closed 3 days ago

ArielG-NV commented 4 days ago

fixes: #4463 fixes the following not working test: func-resource-result-simple.slang, related to #4291

When getting the address space of a function return type, only Ptr<T> returns were accounted for. The code now checks the address space of pointer-like-types.