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
number |
|
number |
|
number |
|
Public Properties
static FLOAT: number = 0
static INT: number = 1
static UINT: number = 2