Sign in
flutter
/
third_party
/
glslang
/
f22300f1fcc40f75edcea15917a14c2231d9d034
/
.
/
Test
/
link.multiUnitLayout.1.frag
blob: fff2d20c38426d388709a77f386e40abdf7794f6 [
file
]
#version 450
layout
(
location
=
0
)
out
vec4
FragColor
;
void
outputColor
(
vec4 color
)
{
FragColor
=
color
;
}