[]
IDXGIAdapter1
[Guid("29038f61-3839-4626-91fd-086879011a05")]
public class Adapter1 : Adapter, IDisposable, IUnknown
Initializes a new instance of the Adapter1 class.
public Adapter1(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
GetDescription1
public AdapterDescription1 Description1 { get; }
HRESULT IDXGIAdapter1::GetDesc1([Out] DXGI_ADAPTER_DESC1* pDesc)
public void GetDescription1(out AdapterDescription1 descRef)
descRef
AdapterDescription1Performs an explicit conversion from System.IntPtr to Adapter1.
public static explicit operator Adapter1(IntPtr nativePointer)
nativePointer
System.IntPtr