-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Texture.SamplerType of sampler
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SAMPLER_2D2D sampler
SAMPLER_2D_ARRAY2D array sampler
SAMPLER_CUBEMAPCubemap sampler
SAMPLER_EXTERNALExternal texture sampler
SAMPLER_3D3D sampler
-
Method Summary
Modifier and Type Method Description static Array<Texture.Sampler>values()static Texture.SamplervalueOf(String name)-
-
Method Detail
-
values
static Array<Texture.Sampler> values()
-
valueOf
static Texture.Sampler valueOf(String name)
-
-
-
-