ID3D12Device2 interface (d3d12.h)
Represents a virtual adapter. This interface extends ID3D12Device1 to create pipeline state objects from pipeline state stream descriptions.
Note This interface was introduced in Windows 10 Creators Update. Applications targeting Windows 10 Creators Update should use this interface instead of earlier or later versions. Applications targeting an earlier or later version of Windows 10 should use the appropriate version of the ID3D12Device interface.
Inheritance
The ID3D12Device2 interface inherits from ID3D12Device1. ID3D12Device2 also has these types of members:
Methods
The ID3D12Device2 interface has these methods.
ID3D12Device2::CreatePipelineState Creates a pipeline state object from a pipeline state stream description. |
Remarks
Use D3D12CreateDevice to create a device.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12.h |