summaryrefslogtreecommitdiff
path: root/tests/spirv/ptr-unsized-array-2.slang
AgeCommit message (Collapse)Author
2025-07-02Defer immutable buffer loads when emitting spirv. (#7579)Yong He
* Defer immutable buffer loads when emitting spirv. * Fix. * Fix. * Fix. * Fix tests. * Fix test.
2024-10-21Fix spirv codegen for pointer to empty structs. (#5355)Yong He