fix glsl-to-spirv test
This commit is contained in:
parent
0f74c64a16
commit
dd84f185f8
@ -21,5 +21,5 @@ void main() {
|
|||||||
}
|
}
|
||||||
"#;
|
"#;
|
||||||
|
|
||||||
glsl_to_spirv::compile(shader, glsl_to_spirv::ShaderType::Fragment).unwrap();
|
glsl_to_spirv::compile(shader, glsl_to_spirv::ShaderType::Fragment, None).unwrap();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user