Registry / other / nvrhi
library2026-02-26vcpkgunverified

NVIDIA Rendering Hardware Interface abstraction layer for D3D11, D3D12, and Vulkan

vcpkg install nvrhi
INSTALL
IMPORT
SIG · NVRHI
N
nvrhi
othercppv2026-02-26
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.

nvrhi/nvrhi.h
#include <nvrhi/nvrhi.h>

Create a device description for NVRHI

#include <nvrhi/nvrhi.h> #include <iostream> int main() { nvrhi::DeviceDesc desc; desc.graphicsAPIs = nvrhi::GraphicsAPI::Vulkan; std::cout << "NVRHI device description created\n"; return 0; }
Debug
Known issues
gotchaRequires a graphics API backend (D3D11, D3D12, or Vulkan) and corresponding SDK headers
fix
Ensure the appropriate graphics API SDK is installed and linked
affects: *
Upgrade
Version history
2026-02-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

nvrhi — pip install nvrhi · libregistry