Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.unit1.frag
blob: d84f821e93bb70bb85761e60214bcdcf5ead904c [
file
] [
log
] [
blame
] [
edit
]
#version 460
float
f
;
float
a1
;
float
foo
();
out
float
cout
;
void
main
()
{
f
=
10
;
float
g
=
foo
();
f
+=
g
;
f
+=
gl_FragCoord
.
y
;
}