Expand description
A tiny proc macro to include a WGSL file in your binary, and verify that it is valid at compile time.
Macrosยง
- include_
wgsl - Just like
include_str!
, but errors on compile time if the contents are not valid WGSL.
A tiny proc macro to include a WGSL file in your binary, and verify that it is valid at compile time.
include_str!
, but errors on compile time if the contents are not valid WGSL.