Skip to content
InterfaceBrowser DX & Viewport@public

BrowserGameRendererOptions

Renderer selection and recovery policy for browser startup.

ts
export interface BrowserGameRendererOptions

Properties

PropertyModifiersTypeDescription
fallbackToWebGL-booleanRetry WebGL when preferred WebGPU initialization fails. Defaults to true.
preference-BrowserGameRendererBackendPreferred backend. Defaults to the production-safe webgl.

Released under the MIT License.