rust-gpu/crates/spirv-std/macros
Gray Olson 20f1d603e4
Fix cfg-check lint errors, update glam to 0.29, wgpu to 22.1 (#1157)
* bump glam to 0.29

* fix cargo deny

* upgrade wgpu

* fix cfg-check lints
2024-09-10 17:48:17 +02:00
..
src builder: aggressively pointercast/bitcast to paper over opaque pointers. 2023-11-21 18:25:34 +02:00
Cargo.toml Fix cfg-check lint errors, update glam to 0.29, wgpu to 22.1 (#1157) 2024-09-10 17:48:17 +02: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.