mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Fix glslang test
This commit is contained in:
parent
04947602bb
commit
dd213a5a8a
@ -14,7 +14,7 @@ fn test1() {
|
||||
let shader = r#"
|
||||
#version 330
|
||||
|
||||
out vec4 f_color;
|
||||
layout(location = 0) out vec4 f_color;
|
||||
|
||||
void main() {
|
||||
f_color = vec4(1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user