Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
f050209ce1349ce76b83d226e3861bda9d927009
/
.
/
Test
/
spv.unit3.frag
blob: 4c965975f224c29440a488f5c6214802744a9a45 [
file
] [
log
] [
blame
]
#version 460
float
f
;
float
h3
=
3.0
;
out
float
cout
;
in
float
cin
;
float
bar
()
{
h3
*=
f
;
float
g3
=
2
*
h3
;
cout
=
g3
;
return
h3
+
g3
+
gl_FragCoord
.
y
;
}