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