![]() |
ezEngine Release 26.9
|
#include <RendererFoundationDLL.h>

Public Types | |
| enum | Enum : StorageType { LowestQuality , LowQuality , DefaultQuality , HighQuality , HighestQuality , None = 0xFF , Default = DefaultQuality } |
| using | StorageType = ezUInt8 |
Identifies one of the five abstract quality tiers used by the texture quality system.
Samplers that opt in via ezGALSamplerStateCreationDescription::m_useTextureQualitySlot reference one of these slots. Each slot is assigned an ezGALTextureQuality value through ezGALDevice::SetTextureQualityMode, and the device maps the requested tier to a concrete filter based on the current global quality setting.
| enum ezGALTextureQualitySlot::Enum : StorageType |