shader-slang / slang

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

Parse scope for local variable declaration #4507

Closed jkwak-work closed 4 days ago

jkwak-work commented 4 days ago

When a local variable is declaraed, a scope(::) was not properly parsed for its type name. This commit fixes it.

Close #4457