API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeShaderFilterUniformsView
@codexo/exojs / rendering / stable
What ShaderFilter.uniforms exposes: typed accessors when the shader source declares `uniforms`, the read-only value record when it declares no schema, and nothing when it declares named blocks instead.
0
props
0
methods
0
events
Import
import { ShaderFilterUniformsView } from '@codexo/exojs'What ShaderFilter.uniforms exposes: typed accessors when the shader source declares `uniforms`, the read-only value record when it declares no schema, and nothing when it declares named blocks instead.
Definition1
F extends undefined ? B extends undefined ? Readonly<Record<string, ShaderFilterUniformValueA scalar number, vector tuple, typed array, or texture - the value types a ShaderFilter accepts for a user uniform and marshals to the active backend.>> : never : UniformFieldAccessorsOne accessor per declared field, under the field's own name.<Extract<F, UniformFieldsThe fields of a block or a nested struct, keyed by their shader-visible name.>>Source