You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/renderers/webgpu/WebGPUBackend.js
+1
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ class WebGPUBackend extends Backend {
31
31
* @typedef {Object} WebGPUBackend~Options
32
32
* @property {boolean} [logarithmicDepthBuffer=false] - Whether logarithmic depth buffer is enabled or not.
33
33
* @property {boolean} [alpha=true] - Whether the default framebuffer (which represents the final contents of the canvas) should be transparent or opaque.
34
+
* @property {boolean} [compatibilityMode=false] - Whether the backend should be in compatibility mode or not.
34
35
* @property {boolean} [depth=true] - Whether the default framebuffer should have a depth buffer or not.
35
36
* @property {boolean} [stencil=false] - Whether the default framebuffer should have a stencil buffer or not.
36
37
* @property {boolean} [antialias=false] - Whether MSAA as the default anti-aliasing should be enabled or not.
0 commit comments