Hilo3d API - v2.0.0
    Preparing search index...

    Class StorageLayout<Schema>

    Immutable WGSL host-shareable layout for storage-address-space data.

    Type Parameters

    Index
    alignment: number

    Required alignment of the complete structure.

    byteLength: number

    Total padded structure size in bytes.

    fields: Readonly<Record<keyof Schema & string, StorageFieldLayout>>

    Compiled top-level field metadata keyed by schema name.

    schema: Schema

    Deep immutable snapshot of the source schema.