核心函式
下列函式會在 d3d12.h 中宣告。
在本節中
主題 | 描述 |
---|---|
D3D12CreateDevice | 建立代表顯示配接器的裝置。 |
D3D12CreateRootSignatureDeserializer | 還原串行化根簽章,讓您可以決定版面配置定義 (D3D12_ROOT_SIGNATURE_DESC)。 |
D3D12CreateVersionedRootSignatureDeserializer | 透過 GetUnconvertedRootSignatureDesc,產生可傳回還原串行化數據結構的介面。 |
D3D12EnableExperimentalFeatures | 啟用實驗性功能清單。 |
D3D12GetDebugInterface | 取得偵錯介面。 |
D3D12GetInterface | 當系統處於 Windows 開發人員模式時,在運行時間選取 SDK 版本。 |
D3D12SerializeRootSignature | 串行化可傳遞至 ID3D12Device::CreateRootSignature的根簽章 1.0 版。 |
D3D12SerializeVersionedRootSignature | 串行化任何可傳遞至 ID3D12Device::CreateRootSignature的版本根簽章。 |