Class: GLTexture

PIXI.GLTexture

Internal texture for WebGL context.

Members

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.