diff --git a/src/Engines/thinEngine.ts b/src/Engines/thinEngine.ts index 453c8e9a415..14d3134f5ae 100644 --- a/src/Engines/thinEngine.ts +++ b/src/Engines/thinEngine.ts @@ -982,7 +982,7 @@ export class ThinEngine { multiview: this._gl.getExtension('OVR_multiview2'), oculusMultiview: this._gl.getExtension('OCULUS_multiview'), depthTextureExtension: false, - canUseGLInstanceID: !(this._badOS && this._webGLVersion <= 1), + canUseGLInstanceID: this._webGLVersion > 1, canUseGLVertexID: this._webGLVersion > 1, supportComputeShaders: false, };