Don't require GL_OVR_multiview2 when GL_OVR_multiview is enough

* This is also all we check for in code.
This commit is contained in:
baldurk
2022-06-16 15:24:11 +01:00
parent 9f66c125df
commit fc39299da8
+1 -1
View File
@@ -23,7 +23,7 @@
******************************************************************************/
#if defined(OPENGL_ES) && defined(NUM_VIEWS)
#extension GL_OVR_multiview2 : require
#extension GL_OVR_multiview : require
#endif
#include "glsl_globals.h"