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

    Interface RenderPipelineBufferDescriptor

    Backend-neutral transient buffer descriptor. Usage is inferred from pass declarations.

    interface RenderPipelineBufferDescriptor {
        byteLength: number;
        label?: string;
    }
    Index
    byteLength: number

    Allocation size in bytes.

    label?: string

    Optional diagnostic label, defaulting to the graph resource name.