Registry / other / directx-headers

directx-headers

JSON →
library1.619.1vcpkgunverified

Official DirectX 12 headers for graphics programming on Windows.

vcpkg install directx-headers
INSTALL
IMPORT
SIG · DIRECTX-HEADERS
D
directx-headers
othercppv1.619.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

directx/d3d12.h
#include <directx/d3d12.h>

Include and verify DirectX 12 header availability

#include <directx/d3d12.h> #include <iostream> int main() { std::cout << "DirectX 12 header version: " << D3D12_SDK_VERSION << "\n"; return 0; }
Debug
Known issues
gotchaDirectX-Headers are header-only but require Windows SDK and appropriate build environment.
fix
Ensure Windows SDK is installed and target platform is Windows.
affects: all
Upgrade
Version history
1.619.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

directx-headers — pip install directx-headers · libregistry