Registry / other / d3dx12

d3dx12

JSON →
librarymay2021vcpkgunverified

The D3D12 Helper Library

vcpkg install d3dx12
INSTALL
IMPORT
SIG · D3DX12
D
d3dx12
othercppvmay2021
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.

d3dx12.h
#include <d3dx12.h>

Use D3DX12 helper structures for Direct3D 12

#include <d3dx12.h> #include <d3d12.h> #include <iostream> int main() { CD3DX12_DEFAULT default_heap; CD3DX12_HEAP_PROPERTIES heap_props(D3D12_HEAP_TYPE_DEFAULT); std::cout << "D3DX12 helper initialized" << std::endl; return 0; }
Debug
Known issues
gotchaThis is a header-only helper library; requires DirectX 12 SDK and Windows 10+.
fix
Ensure Windows SDK with DirectX 12 support is installed.
affects: *
Upgrade
Version history
may2021latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources

No resource links recorded.

d3dx12 — pip install d3dx12 · libregistry