summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-extract-value-from-type.cpp
AgeCommit message (Expand)Author
2025-05-06bitcast require the input has same width with result type (#7018)kaizhangNV
2025-05-06Add interger pack/unpack intrinsic to glsl (#6997)kaizhangNV
2025-03-19Fix reinterpret and bitcast and generic arg parsing. (#6627)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-02-20Refactor compiler option representations. (#3598)Yong He
2023-09-18Use target-dependent pointer size in natural layout. (#3210)Yong He
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-12Support `bit_cast` between complex types. (#1702)Yong He