PIXI.GLTexture

class GLTexture

Internal texture for WebGL context.

Summary


Properties from GLTexture

number
dirtyId

Texture contents dirty flag.

number
dirtyStyleId

Texture style dirty flag.

number
height

Height of texture that was used in texImage2D.

number
internalFormat

Type copied from baseTexture.

boolean
mipmap

Whether mip levels has to be generated.

number
samplerType

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

WebGLTexture
texture

The WebGL texture.

number
type

Type copied from baseTexture.

number
width

Width of texture that was used in texImage2D.

number
wrapMode

WrapMode copied from baseTexture.

Public Properties


dirtyId GLTexture.ts:33
dirtyId: number

Texture contents dirty flag.

dirtyStyleId GLTexture.ts:36
dirtyStyleId: number

Texture style dirty flag.

height GLTexture.ts:15
height: number

Height of texture that was used in texImage2D.

internalFormat GLTexture.ts:27
internalFormat: number

Type copied from baseTexture.

mipmap GLTexture.ts:18
mipmap: boolean

Whether mip levels has to be generated.

samplerType GLTexture.ts:30
samplerType: number

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

texture GLTexture.ts:9
texture: WebGLTexture

The WebGL texture.

type GLTexture.ts:24
type: number

Type copied from baseTexture.

width GLTexture.ts:12
width: number

Width of texture that was used in texImage2D.

wrapMode GLTexture.ts:21
wrapMode: number

WrapMode copied from baseTexture.


Powered by webdoc!