pub fn validate_shader(shader_path: &str) -> Result<ShaderInfo>Expand description
Validate that a WGSL shader file exists and has valid syntax.
pub fn validate_shader(shader_path: &str) -> Result<ShaderInfo>Validate that a WGSL shader file exists and has valid syntax.