-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 vkd3d
updated
18 files
+1 −0 | Makefile.am | |
+7 −0 | include/private/vkd3d_common.h | |
+2 −0 | include/private/vkd3d_spinlock.h | |
+119 −4 | include/vkd3d_d3d12.idl | |
+0 −8 | include/vkd3d_windows.h | |
+4 −0 | libs/vkd3d-shader/dxbc.c | |
+57 −57 | libs/vkd3d-shader/spirv.c | |
+1 −0 | libs/vkd3d-shader/vkd3d_shader_private.h | |
+1,518 −1,738 | libs/vkd3d/command.c | |
+556 −108 | libs/vkd3d/device.c | |
+839 −0 | libs/vkd3d/meta.c | |
+436 −289 | libs/vkd3d/resource.c | |
+266 −170 | libs/vkd3d/state.c | |
+123 −8 | libs/vkd3d/utils.c | |
+0 −114 | libs/vkd3d/vkd3d_main.c | |
+247 −67 | libs/vkd3d/vkd3d_private.h | |
+1,070 −321 | libs/vkd3d/vkd3d_shaders.h | |
+1,173 −58 | tests/d3d12.c |