glslang/Test/140.frag

11 lines
71 B
GLSL

#version 140
varying vec4 v;
in vec4 i;
out vec4 o;
void main()
{
}