summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/array-parameterblock-deeply-nested.slang
Commit message (Collapse)AuthorAge
* Fix segfault on arrays of structs containing parameter blocks (#8555)Ellie Hermaszewska2025-10-13
Closes https://github.com/shader-slang/slang/issues/8154 However there is further design work to do on implementing the "NonAddressableType" suggestion