A handle to a mesh stored in GPU memory.

interface GPUMemoryMeshHandle {
    gpuMemoryBatchIndex: number;
    meshIndex: number;
}

Properties

gpuMemoryBatchIndex: number

Index of the batch containing the mesh.

meshIndex: number

Index of the mesh within the batch.