Constructors
constructor
- new GLTexture(texture): GLTexture
Properties
dirtyId
dirtyId: number
dirtyStyleId
dirtyStyleId: number
height
height: number
internalFormat
internalFormat: number
mipmap
mipmap: boolean
samplerType
samplerType: number
texture
texture: WebGLTexture
type
type: number
width
width: number
wrapMode
wrapMode: number
Internal texture for WebGL context.
Memberof
PIXI