Interface TextRenderBatch

interface TextRenderBatch {
    glyphCount: number;
    size: number;
    storage: ByteBuffers;
    textureCount: number;
    textures: readonly TextureHandle[];
}

Hierarchy (View Summary)

Properties

glyphCount: number
size: number
storage: ByteBuffers
textureCount: number
textures: readonly TextureHandle[]