Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SAMPLER_TYPES

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

memberof

PIXI

static
name

SAMPLER_TYPES

property

{number} FLOAT=0

property

{number} INT=1

property

{number} UINT=2

Index

Enumeration members

Enumeration members

FLOAT

FLOAT: = 0

INT

INT: = 1

UINT

UINT: = 2

Generated using TypeDoc