summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/array-parameterblock.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
* Diagnose on array of parameterblock instead of asserting (#8123)Ellie Hermaszewska2025-08-08
Closes https://github.com/shader-slang/slang/issues/5750