C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / SetPredication Method

In This Topic
SetPredication Method
In This Topic
void ID3D11DeviceContext::SetPredication([In, Optional] ID3D11Predicate* pPredicate,[In] BOOL PredicateValue)
Syntax
'Declaration
 
Public Sub SetPredication( _
   ByVal predicateRef As Predicate, _
   ByVal predicateValue As Bool _
) 
 

Parameters

predicateRef
predicateValue
See Also