Various sampler types. Correspond to sampler, isampler, usampler GLSL types respectively. WebGL1 works only with FLOAT.
sampler
isampler
usampler
PIXI
SAMPLER_TYPES
{number} FLOAT=0
{number} INT=1
{number} UINT=2
Generated using TypeDoc
Various sampler types. Correspond to
sampler
,isampler
,usampler
GLSL types respectively. WebGL1 works only with FLOAT.PIXI
SAMPLER_TYPES
{number} FLOAT=0
{number} INT=1
{number} UINT=2