forked from ValveSoftware/Proton
-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
1 parent
295f517
commit 1a44e25
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vkd3d-proton
updated
17 files
+1 −0 | README.md | |
+1 −0 | libs/vkd3d-shader/dxbc.c | |
+18 −9 | libs/vkd3d-shader/dxil.c | |
+38 −4 | libs/vkd3d-shader/spirv.c | |
+40 −15 | libs/vkd3d-shader/vkd3d_shader_main.c | |
+2 −0 | libs/vkd3d-shader/vkd3d_shader_private.h | |
+61 −15 | libs/vkd3d/command.c | |
+56 −6 | libs/vkd3d/device.c | |
+76 −47 | libs/vkd3d/meta.c | |
+490 −169 | libs/vkd3d/raytracing_pipeline.c | |
+77 −33 | libs/vkd3d/state.c | |
+11 −2 | libs/vkd3d/swapchain.c | |
+3 −9 | libs/vkd3d/utils.c | |
+57 −10 | libs/vkd3d/vkd3d_private.h | |
+6 −0 | libs/vkd3d/vulkan_procs.h | |
+1 −1 | subprojects/dxil-spirv | |
+516 −21 | tests/d3d12.c |