android13/external/deqp-deps/glslang/Test/reflection.frag

9 lines
81 B
GLSL

#version 440 core
in float inval;
void main()
{
float f = inval;
}