shader-slang / slang

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

Interface as `out Foo` in method of another interface leads to slang internal error. #4400

Closed tomas-davidovic closed 2 weeks ago

jkwak-work commented 2 weeks ago

(0): error 99999: Slang compilation aborted due to an exception of class Slang::InternalError: unimplemented: assignment

It must be from here.

I guess something might be wrong with an assignment. We will need a repro case.