API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUniformArrayElement
@codexo/exojs / rendering / stable
Element types allowed in a UniformArray - see its constructor.
0
props
0
methods
0
events
Import
import { UniformArrayElement } from '@codexo/exojs'Element types allowed in a UniformArray - see its constructor.
Definition1
UniformStructA struct nested inside a uniform block. A nested struct is a group of fields within the containing block, not a second GPU resource: it shares the block's buff… | UniformType.Mat3 | UniformType.Mat4 | UniformType.Vec4Source