repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: Remove gcc from macos matrix
[glslang.git]
/
Test
/
contradict_1.geom
blob
4cc891953db3f707997f0027fe8e4baee7d90821
1
#version 330
\r
2
\r
3
layout(lines) in;
\r
4
layout(line_strip, max_vertices = 6) out;
\r
5
\r
6
float getV()
\r
7
{
\r
8
return 1.0;
\r
9
}
\r