cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::Sampler::WrapT Struct Reference

Known values for T (V) wrapping mode. More...

#include <CesiumGltf/Sampler.h>

Static Public Attributes

static constexpr int32_t CLAMP_TO_EDGE = 33071
 CLAMP_TO_EDGE (33071)
 
static constexpr int32_t MIRRORED_REPEAT = 33648
 MIRRORED_REPEAT (33648)
 
static constexpr int32_t REPEAT = 10497
 REPEAT (10497)
 

Detailed Description

Known values for T (V) wrapping mode.

Definition at line 71 of file Sampler.h.

Member Data Documentation

◆ CLAMP_TO_EDGE

int32_t CesiumGltf::Sampler::WrapT::CLAMP_TO_EDGE = 33071
staticconstexpr

CLAMP_TO_EDGE (33071)

Definition at line 73 of file Sampler.h.

◆ MIRRORED_REPEAT

int32_t CesiumGltf::Sampler::WrapT::MIRRORED_REPEAT = 33648
staticconstexpr

MIRRORED_REPEAT (33648)

Definition at line 76 of file Sampler.h.

◆ REPEAT

int32_t CesiumGltf::Sampler::WrapT::REPEAT = 10497
staticconstexpr

REPEAT (10497)

Definition at line 79 of file Sampler.h.


The documentation for this struct was generated from the following file: