Constructors
constructor
- new GLTexture(texture: WebGLTexture): GLTexture
-
Parameters
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
PIXI