[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.Predicate.Create

Create Method

Create(Device, QueryDescription)

Constructs a new Predicate based on the specified description.

Declaration
public static Predicate Create(Device device, QueryDescription description)
Parameters
Type Name Description
Device device

The device with which to associate the state object.

QueryDescription description

The query description.

Returns
Type Description
Predicate