Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
reflection.frag
blob: 92996531348e516e987b51ed4340cbd6a4a90849 [
file
] [
log
] [
blame
] [
edit
]
#version 440 core
in
float
inval
;
void
main
()
{
float
f
=
inval
;
}