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
readonlyAuto:"auto"
Inherited from
CoreRenderBackendConstants.Auto
Defined in
packages/core/src/types/RenderBackendRegistry.ts:8
CPU
readonlyCPU:"cpu"
Inherited from
CoreRenderBackendConstants.CPU
Defined in
packages/core/src/types/RenderBackendRegistry.ts:10
GPU
readonlyGPU:"gpu"
Inherited from
CoreRenderBackendConstants.GPU