API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

E

enumRenderBackendType

@codexo/exojs / rendering / stable

Identifies the active GPU backend used by the engine. Passed to renderers and shaders so they can select backend-specific code paths. The member values are the same strings `ApplicationOptions.backend.type` accepts, so the option a caller writes and the backend the engine reports are one vocabulary rather than two.

0
props
0
methods
0
events
Import
import { RenderBackendType } from '@codexo/exojs'

Identifies the active GPU backend used by the engine. Passed to renderers and shaders so they can select backend-specific code paths.

The member values are the same strings `ApplicationOptions.backend.type` accepts, so the option a caller writes and the backend the engine reports are one vocabulary rather than two.

Members2
WebGl2
WebGpu
Source