Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
17ff343bf4ff05710b1e900023dfcc6cb33b00e8
/
.
/
Test
/
simpleFunctionCall.frag
blob: 59f0ccd58f994403df238a8a8c801abc8132e7ce [
file
] [
log
] [
blame
]
#version 150
uniform vec4 bigColor
;
varying vec4
BaseColor
;
uniform
float
d
;
vec4 foo
()
{
return
BaseColor
;
}
void
main
()
{
gl_FragColor
=
foo
();
}