[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.DeviceChild

DeviceChild Class

IDXGIDeviceSubObject

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("3d3e0379-f9de-4d58-bb6c-18d62992f1a6")]
public class DeviceChild : DXGIObject, IDisposable, IUnknown

Constructors

Name Description
DeviceChild(IntPtr)

Initializes a new instance of the DeviceChild class.

Properties

Name Description
DebugName

Gets or sets the debug-name for this object.

Methods

Name Description
GetDevice(Guid)

HRESULT IDXGIDeviceSubObject::GetDevice([In] const GUID& riid,[Out] void** ppDevice)

GetDevice<T>()

Retrieves the device.

Operators

Name Description
explicit operator DeviceChild(IntPtr)

Performs an explicit conversion from IntPtr to DeviceChild.