Semantics: Geometry stage can support max_vertices = 0.
To do this, more generally use a named -1 as a not set value.
This commit is contained in:
parent
3c24a06c8c
commit
494a02a2b0
18 changed files with 93 additions and 36 deletions
|
|
@ -38,4 +38,6 @@ void foo()
|
|||
{
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
layout(vertices = 0) out; // ERROR, can't be 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue