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

Known values for S (U) 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 S (U) wrapping mode.

Definition at line 57 of file Sampler.h.

Member Data Documentation

◆ CLAMP_TO_EDGE

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

CLAMP_TO_EDGE (33071)

Definition at line 59 of file Sampler.h.

◆ MIRRORED_REPEAT

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

MIRRORED_REPEAT (33648)

Definition at line 62 of file Sampler.h.

◆ REPEAT

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

REPEAT (10497)

Definition at line 65 of file Sampler.h.


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