[]
ID3D11Predicate
[Guid("9eb576dd-9f77-4d86-81aa-8bab5fe490e2")]
public class Predicate : Query, IDisposable, IUnknown
Initializes a new instance of the Predicate class.
public Predicate(IntPtr nativePtr)
nativePtr
IntPtrThe native pointer.
Constructs a new Predicate based on the specified description.
public static Predicate Create(Device device, QueryDescription description)
device
DeviceThe device with which to associate the state object.
description
QueryDescriptionThe query description.
public static explicit operator Predicate(IntPtr nativePointer)
nativePointer
IntPtr