Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
vk.relaxed.syntaxerror.vert
blob: 6f291b767dffb0488175fbaacaec54b916981e11 [
file
] [
edit
]
#version 460
layout
(
location
=
0
)
out
vec4 io
;
void
main
()
{
io
=
vec4
(
0.0
);
}