|
| enum class | MagFilter : int { Nearest = 9728
, Linear = 9729
} |
| enum class | MinFilter : int {
Nearest = 9728
, Linear = 9729
, NearestMipmapNearest = 9984
, LinearMipmapNearest = 9985
,
NearestMipmapLinear = 9986
, LinearMipmapLinear = 9987
} |
| enum class | WrapS : int { ClampToEdge = 33071
, MirroredRepeat = 33648
, Repeat = 10497
} |
| enum class | WrapT : int { ClampToEdge = 33071
, MirroredRepeat = 33648
, Repeat = 10497
} |
|
|
Sampler & | operator= (Sampler const &) |
|
| Sampler (Sampler const &) |
|
MCNAPI_C void | $dtor () |
The documentation for this struct was generated from the following file: