summaryrefslogtreecommitdiff
path: root/tests/wgsl/buffer-array.slang
AgeCommit message (Collapse)Author
2025-04-02Use correct syntax for WGSL array transpiling (#6693)jarcherNV
Fixes issue #6533 This patch updates handling of Array and ConstantBuffer types for WGSL transpiling, giving correct syntax for arrays of buffers in WGSL.