C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / Predicate Class / Create Method
The device with which to associate the state object.
The query description.

In This Topic
Create Method (Predicate)
In This Topic
Constructs a new Predicate based on the specified description.
Syntax
'Declaration
 
Public Shared Shadows Function Create( _
   ByVal device As Device, _
   ByVal description As QueryDescription _
) As Predicate
 

Parameters

device
The device with which to associate the state object.
description
The query description.
See Also