Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
glsl.-P.function.frag
blob: 086bb4dc7cfebe7050912f177b9413601565deb4 [
file
] [
log
] [
blame
]
#version 450
layout
(
location
=
0
)
out
vec4 color
;
void
main
()
{
color
=
getColor
();
}