Diligent::IDeviceContextD3D11 struct

Exposes Direct3D11-specific functionality of a device context.

Contents

Base classes

struct IDeviceContext
Device context interface.

Public functions

auto GetD3D11DeviceContext() -> ID3D11DeviceContext*METHOD() virtual
Returns a pointer to the ID3D11DeviceContext interface of the internal Direct3D11 object.

Function documentation

ID3D11DeviceContext*METHOD() Diligent::IDeviceContextD3D11::GetD3D11DeviceContext() virtual

Returns a pointer to the ID3D11DeviceContext interface of the internal Direct3D11 object.

The method does NOT call AddRef() on the returned interface, so Release() must not be called.