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:
Wooyoung Kim 2024-03-04 13:43:05 -08:00 committed by GitHub
parent ad7e719c3b
commit bada5c87ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 214 additions and 205 deletions

View file

@ -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