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