API reference

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

I

interfaceUniformSchemaLayout

@codexo/exojs / rendering / stable

A shader source's whole uniform declaration. `implicit` distinguishes the single engine-named block declared through `uniforms` from explicitly named `uniformBlocks`, which decides whether an instance exposes `uniforms` directly or a `uniformBlocks` namespace.

2
props
0
methods
0
events
Import
import { UniformSchemaLayout } from '@codexo/exojs'

A shader source's whole uniform declaration.

`implicit` distinguishes the single engine-named block declared through `uniforms` from explicitly named `uniformBlocks`, which decides whether an instance exposes `uniforms` directly or a `uniformBlocks` namespace.

Properties2
implicit: boolean
Source