API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeMaterialUniformValues
@codexo/exojs / rendering / stable
Starting values accepted for the declared uniforms.
0
props
0
methods
0
events
Import
import { MaterialUniformValues } from '@codexo/exojs'Starting values accepted for the declared uniforms.
Definition1
F extends undefined ? B extends undefined ? Record<string, UniformValueValue accepted by a material uniform on a shader source that declares no uniform schema. Scalars and small tuples auto-marshal to the appropriate `Float32Array…> : never : UniformStructInputThe values a struct's fields accept, all optional.<Extract<F, UniformFieldsThe fields of a block or a nested struct, keyed by their shader-visible name.>>Source