Class Device1
[Guid("d21768e1-23a4-4823-a14b-7c3eba85d658")]
public class Device1 : Device
- Inheritance
-
Device1
- Derived
- Inherited Members
Constructors
Device1(Factory2, Device)
Initializes a new instance of the Device1 class.
public Device1(Factory2 factory, Device device)
Parameters
Remarks
Each call to CreateDevice returns a unique Device1 object.The SharpDX.DXGI.Device object is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.
Device1(nint)
public Device1(nint nativePtr)
Parameters
nativePtr
nint
Properties
RenderingPriority
Retrieves or sets the current rendering priority of the device.
public RenderingPriority RenderingPriority { get; set; }
Property Value
Operators
explicit operator Device1(nint)
public static explicit operator Device1(nint nativePtr)
Parameters
nativePtr
nint