nvapi: Add library to create NVIDIA driver application profiles

This commit is contained in:
Matt Borgerson
2025-07-10 13:38:16 -07:00
committed by mborgerson
parent 967f35444c
commit 3b495859ca
8 changed files with 487 additions and 0 deletions

View File

@ -26,3 +26,5 @@ vma = declare_dependency(include_directories: vma_subproj.include_directories('V
dependencies: vulkan)
endif
subdir('nvapi')