From 0e6a8a6c51115943235f06224d9fd14b0eb41df3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Sep 2022 11:17:07 +0100 Subject: gentoo auto-resync : 17:09:2022 - 11:17:07 --- .../vkd3d/files/vkd3d-1.1-Fix-build.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch (limited to 'app-emulation/vkd3d/files') diff --git a/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch b/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch deleted file mode 100644 index 048c6c843f55..000000000000 --- a/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/libs/vkd3d/vkd3d_private.h b/libs/vkd3d/vkd3d_private.h -index df44447..53a081a 100644 ---- a/libs/vkd3d/vkd3d_private.h -+++ b/libs/vkd3d/vkd3d_private.h -@@ -47,6 +47,8 @@ - - #define VKD3D_MAX_SHADER_STAGES 5u - -+#define VKD3D_PIPELINE_BIND_POINT_COUNT 2u -+ - struct d3d12_command_list; - struct d3d12_device; - -@@ -625,7 +627,7 @@ struct d3d12_command_list - VkFramebuffer current_framebuffer; - VkPipeline current_pipeline; - VkRenderPass current_render_pass; -- struct vkd3d_pipeline_bindings pipeline_bindings[VK_PIPELINE_BIND_POINT_RANGE_SIZE]; -+ struct vkd3d_pipeline_bindings pipeline_bindings[VKD3D_PIPELINE_BIND_POINT_COUNT]; - - struct d3d12_pipeline_state *state; - -- cgit v1.2.3