Crate include_wgsl[][src]

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.