gameforge - v0.1.12
    Preparing search index...

    Class GLTexture

    Internal texture for WebGL context.

    PIXI

    Index

    Constructors

    • Parameters

      • texture: WebGLTexture

      Returns GLTexture

    Properties

    dirtyId: number

    Texture contents dirty flag.

    dirtyStyleId: number

    Texture style dirty flag.

    height: number

    Height of texture that was used in texImage2D.

    internalFormat: number

    Type copied from baseTexture.

    mipmap: boolean

    Whether mip levels has to be generated.

    samplerType: number

    Type of sampler corresponding to this texture. See PIXI.SAMPLER_TYPES

    texture: WebGLTexture

    The WebGL texture.

    type: number

    Type copied from baseTexture.

    width: number

    Width of texture that was used in texImage2D.

    wrapMode: number

    WrapMode copied from baseTexture.