PFND3D12DDI_CHECKMULTISAMPLEQUALITYLEVELS Rückruffunktion (d3d12umddi.h)
Vom Clienttreiber implementiert, um mehrere Beispielqualitätsstufen zu überprüfen.
Syntax
PFND3D12DDI_CHECKMULTISAMPLEQUALITYLEVELS Pfnd3d12ddiCheckmultisamplequalitylevels;
void Pfnd3d12ddiCheckmultisamplequalitylevels(
D3D12DDI_HDEVICE hDevice,
DXGI_FORMAT Format,
UINT SampleCount,
D3D12DDI_MULTISAMPLE_QUALITY_LEVEL_FLAGS Flags,
UINT *pNumQualityLevels
)
{...}
Parameter
hDevice
Ein Handle für ein Gerät.
Format
Eine DXGI_FORMAT.
SampleCount
Die Beispielanzahl.
Flags
Flags für mehrere Beispielqualitätsstufen.
pNumQualityLevels
Die Anzahl der Qualitätsstufen.
Rückgabewert
Nichts
Anforderungen
Anforderung | Wert |
---|---|
Header- | d3d12umddi.h |