API reference

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

C

classShaderFilterBackendError

@codexo/exojs / rendering / stable

A ShaderFilter was applied on a backend it carries no source for. Thrown when the filter first attaches to a backend - before any program, pipeline or buffer is created - so a WGSL-less filter fails the moment a WebGPU backend touches it rather than somewhere inside a draw.

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

A ShaderFilter was applied on a backend it carries no source for.

Thrown when the filter first attaches to a backend - before any program, pipeline or buffer is created - so a WGSL-less filter fails the moment a WebGPU backend touches it rather than somewhere inside a draw.

Constructors1
Properties6
cause?: unknown
message: string
Language that backend needs and the filter does not carry.
name: string
stack?: string
Source