Sign in
fuchsia
/
third_party
/
glslang
/
e0932f676db6e816184376b0e2381344bdfe1a39
/
.
/
Test
/
reflection.frag
blob: 92996531348e516e987b51ed4340cbd6a4a90849 [
file
]
#version 440 core
in
float
inval
;
void
main
()
{
float
f
=
inval
;
}