mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user