rfw2d
    Preparing search index...

    Interface WGLMeshColorRenderBatch

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

    Properties

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