ID3D11Device::CreatePredicate Method

Creates a predicate.

Syntax

HRESULT CreatePredicate(
  [in]   const D3D11_QUERY_DESC *pPredicateDesc,
  [out]  ID3D11Predicate **ppPredicate
);

Parameter

Rückgabewert

Typ: HRESULT

This method returns one of the following Direct3D 11 Return Codes.

Anforderungen

Header

D3D11.h

Bibliothek

D3D11.lib

Siehe auch

ID3D11Device