rfw2d
    Preparing search index...

    Interface WGLMeshRenderBatch

    interface WGLMeshRenderBatch {
        storage?: MeshBatchBuffers;
        textureCount: number;
        textures: readonly TextureHandle[];
        vertexCount: number;
    }
    Index

    Properties

    textureCount: number
    textures: readonly TextureHandle[]
    vertexCount: number