macro_rules! test_shader_compilation { ($ty: ident) => { ... }; ($ty: ident, $wgcore: ident) => { ... }; }
Expand description
A macro that declares a test that will check compilation of the shader identified by the given
struct implementing Shader.