Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
reflection.frag
blob: 92996531348e516e987b51ed4340cbd6a4a90849 [
file
] [
log
] [
blame
]
#version 440 core
in
float
inval
;
void
main
()
{
float
f
=
inval
;
}