D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS-Struktur (d3d12.h)
Beschreibt die Bildqualitätsstufen für mehrere Stichproben für ein bestimmtes Format und die Stichprobenanzahl.
Syntax
typedef struct D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS {
DXGI_FORMAT Format;
UINT SampleCount;
D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS Flags;
UINT NumQualityLevels;
} D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS;
Member
Format
Ein DXGI_FORMAT typisierter Wert für das Format, zu dem Informationen zurückgegeben werden sollen.
SampleCount
Die Anzahl der Multi-Samples pro Pixel, zu der Informationen zurückgegeben werden sollen.
Flags
Flags zum Steuern von Qualitätsstufen als bitweise-OR'd-Kombination aus D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS Enumerationskonstanten. Der resultierende Wert gibt Optionen zum Bestimmen von Qualitätsstufen an.
NumQualityLevels
Die Anzahl der Qualitätsstufen.
Hinweise
Weitere Informationen finden Sie unter D3D12_FEATURE.
Anforderungen
Kopfzeile | d3d12.h |