[]
IDXGIAdapter2
[Guid("0AA1AE0A-FA0E-4B84-8644-E05FF8E5ACB5")]
public class Adapter2 : Adapter1, IDisposable, IUnknown
Initializes a new instance of the Adapter2 class.
public Adapter2(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
GetDescription2
public AdapterDescription2 Description2 { get; }
HRESULT IDXGIAdapter2::GetDesc2([Out] DXGI_ADAPTER_DESC2* pDesc)
public void GetDescription2(out AdapterDescription2 descRef)
descRef
AdapterDescription2Performs an explicit conversion from System.IntPtr to Adapter2.
public static explicit operator Adapter2(IntPtr nativePointer)
nativePointer
System.IntPtr