ID3D12Device2 interface

Represents a virtual adapter. This interface extends ID3D12Device1 to create pipeline state objects from pipeline state stream descriptions.

Note  This interface, introduced in the Windows 10 Creators Update, is the latest version of the ID3D12Device interface. Applications targetting Windows 10 Creators Update should use this interface instead of earlier versions.
 

Members

The ID3D12Device2 interface inherits from ID3D12Device1. ID3D12Device2 also has these types of members:

Methods

The ID3D12Device2 interface has these methods.

MethodDescription
CreatePipelineState

Creates a pipeline state object from a pipeline state stream description.

 

Remarks

Use D3D12CreateDevice to create a device.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

Core Interfaces
ID3D12Device1
ID3D12Device

 

 

Show: