summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-wgsl.h
AgeCommit message (Expand)Author
2025-04-21Add `vk::offset` to specify member offsets for push constants (#6797)Darren Wihandi
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-24Add bgra8 format (#6163)Darren Wihandi
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2024-12-17Implement bitcast for 64-bit date type (#5895)kaizhangNV
2024-12-06Support specialization constant on WGSL and Metal. (#5780)Yong He
2024-11-25Support interpolation modifiers for WGSL (#5641)Anders Leino
2024-11-05Legalize the Entry-point for WGSL (#5498)Jay Kwak
2024-11-05Fix issue of infinity float literal (#5489)kaizhangNV
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-29formatEllie Hermaszewska
2024-10-20Properly check switch case. (#5341)Yong He
2024-09-20Fix handling of pointer logic in wgsl backend. (#5129)Yong He
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-18Add WGSL pack/unpack, constructor, derivatives & misc intrinsics (#5102)Anders Leino
2024-09-09Initial WGSL support (#5006)Anders Leino