Implement NVX_multiview_per_view_attributes
This commit is contained in:
parent
7225a1cb1e
commit
df3956c50f
17 changed files with 285 additions and 60 deletions
|
|
@ -201,6 +201,7 @@ void TParseVersions::initializeExtensionBehavior()
|
|||
extensionBehavior[E_GL_ARB_shader_viewport_layer_array] = EBhDisable;
|
||||
extensionBehavior[E_GL_NV_viewport_array2] = EBhDisable;
|
||||
extensionBehavior[E_GL_NV_stereo_view_rendering] = EBhDisable;
|
||||
extensionBehavior[E_GL_NVX_multiview_per_view_attributes] = EBhDisable;
|
||||
#endif
|
||||
|
||||
// AEP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue