shader-slang / slang

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

Metal: Function return type incorrectly checked when assigning address space #4463

Closed ArielG-NV closed 3 days ago

ArielG-NV commented 4 days ago

getFuncResultAddrSpace assumes the return type is only a pointer when determining a return type address space. This logic should account for pointer-like-types as well.

fixes: tests\optimization\func-resource-result\func-resource-result-simple.slang, part of #4291