PIXI.FORMATS

FORMATS

Various GL texture/resources formats.

Public Properties


ALPHA index.ts:162
static ALPHA: number = 6406
DEPTH_COMPONENT index.ts:162
static DEPTH_COMPONENT: number = 6402
DEPTH_STENCIL index.ts:162
static DEPTH_STENCIL: number = 34041
LUMINANCE index.ts:162
static LUMINANCE: number = 6409
LUMINANCE_ALPHA index.ts:162
static LUMINANCE_ALPHA: number = 6410
RED index.ts:162
static RED: number = 6403
RED_INTEGER index.ts:162
static RED_INTEGER: number = 36244
RG index.ts:162
static RG: number = 33319
RG_INTEGER index.ts:162
static RG_INTEGER: number = 33320
RGB index.ts:162
static RGB: number = 6407
RGB_INTEGER index.ts:162
static RGB_INTEGER: number = 36248
RGBA index.ts:162
static RGBA: number = 6408
RGBA_INTEGER index.ts:162
static RGBA_INTEGER: number = 36249

Powered by webdoc!