Crate include_wgsl

Source
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.