Skip to main content

Interface: RenderBackendConstants

Extensions augment this interface to add names on Enums.RenderBackends. RenderBackendsMap and the runtime Enums.RenderBackends object are typed from this interface — update it once, e.g.:

interface RenderBackendConstants { readonly WEBGPU: 'myOrg:webgpu' }

Extends​

  • CoreRenderBackendConstants

Properties​

Auto​

readonly Auto: "auto"

Inherited from​

CoreRenderBackendConstants.Auto

Defined in​

packages/core/src/types/RenderBackendRegistry.ts:8


CPU​

readonly CPU: "cpu"

Inherited from​

CoreRenderBackendConstants.CPU

Defined in​

packages/core/src/types/RenderBackendRegistry.ts:10


GPU​

readonly GPU: "gpu"

Inherited from​

CoreRenderBackendConstants.GPU

Defined in​

packages/core/src/types/RenderBackendRegistry.ts:9