rfw2d
    Preparing search index...

    Interface WGLTextRenderBatch

    interface WGLTextRenderBatch {
        glyphCount: number;
        storage?: TextBatchBuffers;
        textureCount: number;
        textures: readonly TextureHandle[];
    }
    Index

    Properties

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