Core Functions
The following functions are declared in d3d12.h.
In this section
| Topic | Description |
|---|---|
|
Creates a device that represents the display adapter. | |
|
Deserializes a root signature so you can determine the layout definition (D3D12_ROOT_SIGNATURE_DESC). | |
|
Generates an interface that can return the deserialized data structure, via GetUnconvertedRootSignatureDesc. | |
|
Enables a list of experimental features. | |
|
Gets a debug interface. | |
|
Serializes a root signature version 1.0 that can be passed to ID3D12Device::CreateRootSignature. | |
|
Serializes a root signature of any version that can be passed to ID3D12Device::CreateRootSignature. |
Related topics
Show: