GL_EXT_control_flow_attributes2 support. (#3531)
The actual support has been available with GL_EXT_control_flow_attributes. This change set is to handle "#extension GL_EXT_control_flow_attributes2 : <val>"
This commit is contained in:
parent
ad7e719c3b
commit
bada5c87ec
5 changed files with 214 additions and 205 deletions
|
|
@ -1,5 +1,7 @@
|
|||
460.frag
|
||||
ERROR: 0:22: 'attribute' : required extension not requested: GL_EXT_control_flow_attributes
|
||||
ERROR: 0:22: 'attribute' : required extension not requested: Possible extensions include:
|
||||
GL_EXT_control_flow_attributes
|
||||
GL_EXT_control_flow_attributes2
|
||||
ERROR: 0:23: 'attribute' : required extension not requested: GL_EXT_control_flow_attributes
|
||||
ERROR: 0:30: 'dependency_length' : must be positive
|
||||
ERROR: 0:31: 'dependency_length' : must be positive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue