Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
spv.glFragColor.frag
blob: 12dbcb220b23faa9c4ceae8baeea7e895bad81b2 [
file
] [
log
] [
blame
] [
edit
]
#version 330
void
main
()
{
gl_FragColor
=
vec4
(
1.0
);
}