API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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
new(backendType: RenderBackendTypeIdentifies 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…, missingLanguage: ShaderFilterLanguageThe shader languages a ShaderFilter can carry.): ShaderFilterBackendErrorProperties6
Backend the filter was attached to.
cause?: unknownmessage: stringmissingLanguage: ShaderFilterLanguageThe shader languages a ShaderFilter can carry.Language that backend needs and the filter does not carry.
name: stringstack?: stringSource