Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.simpleFunctionCall.frag
blob: 496bb93d7fcd627fd26f667e8d4580e0be0677f5 [
file
] [
log
] [
blame
] [
edit
]
#version 150
in
vec4
BaseColor
;
vec4 foo
()
{
return
BaseColor
;
}
void
main
()
{
gl_FragColor
=
foo
();
}