|
| enum class | MagFilter : uint16_t { None
, Nearest = 9728
, Linear = 9729
} |
| |
| enum class | MinFilter : uint16_t {
None
, Nearest = 9728
, Linear = 9729
, NearestMipMapNearest = 9984
,
LinearMipMapNearest = 9985
, NearestMipMapLinear = 9986
, LinearMipMapLinear = 9987
} |
| |
| enum class | WrappingMode : uint16_t { ClampToEdge = 33071
, MirroredRepeat = 33648
, Repeat = 10497
} |
| |
|
| bool | empty () const noexcept |
| |
Definition at line 709 of file gltf.h.
◆ MagFilter
| enum class fx::gltf::Sampler::MagFilter : uint16_t |
|
strong |
◆ MinFilter
| enum class fx::gltf::Sampler::MinFilter : uint16_t |
|
strong |
◆ WrappingMode
| enum class fx::gltf::Sampler::WrappingMode : uint16_t |
|
strong |
◆ empty()
| bool fx::gltf::Sampler::empty |
( |
| ) |
const |
|
inlinenoexcept |
◆ extensionsAndExtras
| nlohmann::json fx::gltf::Sampler::extensionsAndExtras {} |
◆ magFilter
| MagFilter fx::gltf::Sampler::magFilter { MagFilter::None } |
◆ minFilter
| MinFilter fx::gltf::Sampler::minFilter { MinFilter::None } |
◆ name
| std::string fx::gltf::Sampler::name |
◆ wrapS
| WrappingMode fx::gltf::Sampler::wrapS { WrappingMode::Repeat } |
◆ wrapT
| WrappingMode fx::gltf::Sampler::wrapT { WrappingMode::Repeat } |
The documentation for this struct was generated from the following file: