API reference

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

T

typeRenderErrorCode

@codexo/exojs / rendering / stable

Machine-readable classification of a GPU/render failure. Carried by RenderError.code so tooling can branch on the failure class without parsing a driver log.

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

Machine-readable classification of a GPU/render failure. Carried by RenderError.code so tooling can branch on the failure class without parsing a driver log.

Definition1
"device-recovery-failed" | "internal" | "out-of-memory" | "pipeline-creation" | "shader-compile" | "shader-link" | "unsupported-format" | "validation"
Source