summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-append-consume-structured-buffer.cpp
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-03-12Make type names spec-conformant in SPIRV reflect. (#3748)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-05Add per-buffer data layout control. (#3551)Yong He
2024-01-19Add `-fspv-reflect` support. (#3464)Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-09-18Use target-dependent pointer size in natural layout. (#3210)Yong He
2023-08-22Make `-fvk-u-shift` work on AppendStructuredBuffer. (#3144)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He