ID3D12CommandQueueDownlevel interface

This interface can be accessed via QueryInterface off of a Direct3D 12 command queue when using Direct3D 12 on Windows 7. It provides a Windows-7-specific present mechanism.

Methods

The ID3D12CommandQueueDownlevel interface has these methods.

Method Description
Present Copies contents from a D3D12 Texture2D resource into a window.

Requirements

Requirement Value
Header d3d12downlevel.h
DLL D3D12.dll (Windows 7 only)

See also