[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Device1

Device1 Class

IDXGIDevice1

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("77db970f-6276-48ba-ba28-070143b4392c")]
public class Device1 : Device, IDisposable, IUnknown

Constructors

Name Description
Device1(IntPtr)

Initializes a new instance of the Device1 class.

Methods

Name Description
GetMaximumFrameLatency()

HRESULT IDXGIDevice1::GetMaximumFrameLatency([Out] unsigned int* pMaxLatency)

SetMaximumFrameLatency(int)

HRESULT IDXGIDevice1::SetMaximumFrameLatency([In] unsigned int MaxLatency)

Operators

Name Description
explicit operator Device1(IntPtr)

Performs an explicit conversion from IntPtr to Device1.