Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 811 Bytes

dxcore-programming-guide.md

File metadata and controls

22 lines (16 loc) · 811 Bytes
title description ms.topic ms.date
DXCore programming guide
Guidance for programming with DXCore.
article
08/17/2023

DXCore programming guide

DXCore is an adapter enumeration API for DirectX devices, so some of its facilities overlap with those of DXGI.

In this section

Topic Description
Using DXCore to enumerate adapters A look at the main features of DXCore with some code examples, as well as a full source code listing of a minimal DXCore application.
Minimal DXCore application The full source code listing for a minimal DXCore application.

Related topics