Skip to content

Documentation / device / StructuredValue

Type Alias: StructuredValue

StructuredValue = number | TypedArray | VectorBase | {[name: string]: StructuredValue; }

Defined in: libs/device/src/gpuobject.ts:1544

Type of values that can be set to a structured buffer

Released under the MIT License.