-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dxvk-nvapi
updated
16 files
+40 −18 | inc/catch.hpp | |
+3 −3 | inc/nvapi_interface.h | |
+62 −61 | src/d3d11/nvapi_d3d11_device.cpp | |
+6 −3 | src/d3d11/nvapi_d3d11_device.h | |
+83 −0 | src/d3d12/nvapi_d3d12_device.cpp | |
+26 −0 | src/d3d12/nvapi_d3d12_device.h | |
+2 −0 | src/meson.build | |
+116 −0 | src/nvapi_d3d12.cpp | |
+9 −0 | src/nvapi_interface.cpp | |
+9 −9 | src/sysinfo/nvapi_adapter.cpp | |
+1 −1 | src/sysinfo/nvapi_adapter.h | |
+21 −0 | src/vkd3d-proton/vkd3d-proton_interfaces.cpp | |
+101 −0 | src/vkd3d-proton/vkd3d-proton_interfaces.h | |
+2 −0 | tests/meson.build | |
+176 −2 | tests/nvapi_d3d12.cpp | |
+78 −2 | tests/nvapi_d3d12_mocks.cpp |