|
TextureAddressMode | addressModeS |
| Specifies the addressing mode along the S axis in texture coordinate space.
|
|
TextureAddressMode | addressModeT |
| Specifies the addressing mode along the T axis in texture coordinate space.
|
|
TextureAddressMode | addressModeW |
| Specifies the addressing mode along the W axis in texture coordinate space.
|
|
TextureFilterMode | filter |
| Specifies the filter to use for texture sampling.
|
|
TextureComparisonFunction | comparisonFunction |
| Specifies the comparison function to use when applying a comparison sampler.
|
|
uint32_t | maxAnisotropy |
| Specifies the maximum number of anisotropic samples to use when sampling a texture.
|
|
float | borderColor [4] |
| Specifies the border color to apply if the addressing mode is Border and texture coordinates are outside the [0, 1] range.
|
|
Definition at line 598 of file CogsBin.h.
◆ addressModeS
TextureAddressMode Cogs::Core::CogsBin::SamplerState::addressModeS |
Specifies the addressing mode along the S axis in texture coordinate space.
Definition at line 600 of file CogsBin.h.
◆ addressModeT
TextureAddressMode Cogs::Core::CogsBin::SamplerState::addressModeT |
Specifies the addressing mode along the T axis in texture coordinate space.
Definition at line 601 of file CogsBin.h.
◆ addressModeW
TextureAddressMode Cogs::Core::CogsBin::SamplerState::addressModeW |
Specifies the addressing mode along the W axis in texture coordinate space.
Definition at line 602 of file CogsBin.h.
◆ borderColor
float Cogs::Core::CogsBin::SamplerState::borderColor[4] |
Specifies the border color to apply if the addressing mode is Border and texture coordinates are outside the [0, 1] range.
Definition at line 608 of file CogsBin.h.
◆ comparisonFunction
TextureComparisonFunction Cogs::Core::CogsBin::SamplerState::comparisonFunction |
Specifies the comparison function to use when applying a comparison sampler.
Definition at line 605 of file CogsBin.h.
◆ filter
TextureFilterMode Cogs::Core::CogsBin::SamplerState::filter |
Specifies the filter to use for texture sampling.
Definition at line 604 of file CogsBin.h.
◆ maxAnisotropy
uint32_t Cogs::Core::CogsBin::SamplerState::maxAnisotropy |
Specifies the maximum number of anisotropic samples to use when sampling a texture.
Definition at line 607 of file CogsBin.h.
The documentation for this struct was generated from the following file: