D3D11_QUERY_DESC-Struktur (d3d11.h)
Beschreibt eine Abfrage.
Syntax
typedef struct D3D11_QUERY_DESC {
D3D11_QUERY Query;
UINT MiscFlags;
} D3D11_QUERY_DESC;
Member
Query
Typ: D3D11_QUERY
Abfragetyp (siehe D3D11_QUERY).
MiscFlags
Typ: UINT
Verschiedene Flags (siehe D3D11_QUERY_MISC_FLAG).
Anforderungen
Kopfzeile | d3d11.h |