PIXI.SAMPLER_TYPES

SAMPLER_TYPES

Various sampler types. Correspond to sampler, isampler, usampler GLSL types respectively. WebGL1 works only with FLOAT.

Summary


Properties from SAMPLER_TYPES

Public Properties


FLOAT index.ts:274
static FLOAT: number = 0
INT index.ts:274
static INT: number = 1
UINT index.ts:274
static UINT: number = 2

Powered by webdoc!