Skip to content
TypeAliasBrowser DX & Viewport@public

BrowserGameRendererBackend

GPU renderer backends supported by the browser game host.

ts
export type BrowserGameRendererBackend = 'webgl' | 'webgpu'

Released under the MIT License.