First Commit
This commit is contained in:
9
externals/glslang/Test/contradict_1.geom
vendored
Normal file
9
externals/glslang/Test/contradict_1.geom
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#version 330
|
||||
|
||||
layout(lines) in;
|
||||
layout(line_strip, max_vertices = 6) out;
|
||||
|
||||
float getV()
|
||||
{
|
||||
return 1.0;
|
||||
}
|
||||
Reference in New Issue
Block a user