GLSL: Implement XFB for redeclared built-in blocks.
This commit is contained in:
parent
04f4566f28
commit
be3842f6ae
8 changed files with 133 additions and 47 deletions
|
|
@ -1,7 +1,7 @@
|
|||
400.geom
|
||||
ERROR: 0:12: 'invocations' : can only apply to a standalone qualifier
|
||||
ERROR: 0:20: 'patch' : not supported in this stage: geometry
|
||||
ERROR: 0:20: 'gl_PointSize' : cannot add layout to redeclared block member
|
||||
ERROR: 0:20: 'gl_PointSize' : cannot add non-XFB layout to redeclared block member
|
||||
ERROR: 0:20: 'gl_PointSize' : cannot add patch to redeclared block member
|
||||
ERROR: 0:25: 'length' : array must first be sized by a redeclaration or layout qualifier
|
||||
ERROR: 0:36: 'length' : array must first be sized by a redeclaration or layout qualifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue