glslang/Test/contradict_1.geom
2020-10-12 10:08:47 -06:00

10 lines
117 B
GLSL

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