Nano WebGPU API - v0.11.0
    Preparing search index...

    Interface InstanceBatch

    Internal batch record tracking instanced render metrics and buffers.

    interface InstanceBatch {
        bindGroup: GPUBindGroup;
        buffer: GPUBuffer;
        capacity: number;
    }
    Index

    Properties

    bindGroup: GPUBindGroup

    GPUBindGroup mapping this instance batch storage resource.

    buffer: GPUBuffer

    GPUBuffer containing sequence of model matrices array.

    capacity: number

    Allocated matrix count limit capacity.