|
|
@@ -111,6 +111,9 @@ class WebGPUUtils {
|
|
|
|
|
|
getPreferredCanvasFormat() {
|
|
|
|
|
|
+ // TODO: Remove this check when Quest 34.5 is out
|
|
|
+ // https://github.com/mrdoob/three.js/pull/29221/files#r1731833949
|
|
|
+
|
|
|
if ( navigator.userAgent.includes( 'Quest' ) ) {
|
|
|
|
|
|
return GPUTextureFormat.BGRA8Unorm;
|