android13/external/deqp-deps/glslang/Test/contradict_1.geom

10 lines
117 B
GLSL

#version 330
layout(lines) in;
layout(line_strip, max_vertices = 6) out;
float getV()
{
return 1.0;
}