rust-gpu/crates/spirv-std/macros
2023-07-18 22:40:57 +03:00
..
src Add debugPrintf-based panic reporting, controlled via spirv_builder::ShaderPanicStrategy. 2023-07-18 22:40:57 +03:00
Cargo.toml spirv-std/macros: bump syn to a version that supports everything we use. 2023-05-19 15:19:57 +03:00
README.md Some tweaks to docs 2022-12-20 10:43:57 -08:00

spirv-std-macros

This crate implements macros required for spirv-std. Most importantly, it implements the #![spirv(..)] attribute macro required for use in shader code. Please refer to spirv-std for more information.