ID3D11On12Device1 interface (d3d11on12.h)

Enables better interoperability with a component that might be handed a Direct3D 11 device, but which wants to leverage Direct3D 12 instead. This interface extends ID3D11On12Device to retrieve the Direct3D 12 device being interoperated with.

Inheritance

The ID3D11On12Device1 interface inherits from the ID3D11On12Device interface.

Inheritance

The ID3D11On12Device1 interface inherits from the ID3D11On12Device interface.

Methods

The ID3D11On12Device1 interface has these methods.

 
ID3D11On12Device1::GetD3D12Device

Retrieves the Direct3D 12 device being interoperated with.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Minimum supported server Windows Server, version 1903
Header d3d11on12.h

See also