-
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 wine
updated
11 files
+1 −0 | dlls/ntdll/virtual.c | |
+2 −0 | dlls/vulkan-1/vulkan-1.spec | |
+45 −5 | dlls/winevulkan/make_vulkan | |
+150 −4 | dlls/winevulkan/vulkan.c | |
+4 −0 | dlls/winevulkan/vulkan_private.h | |
+73 −4 | dlls/winevulkan/vulkan_thunks.c | |
+47 −0 | dlls/winevulkan/vulkan_thunks.h | |
+2 −0 | dlls/winevulkan/winevulkan.spec | |
+44 −1 | dlls/winex11.drv/vulkan.c | |
+143 −69 | include/wine/vulkan.h | |
+7 −1 | include/wine/vulkan_driver.h |