summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2020-07-13 19:58:11 -0400
committerNick Sarnie <sarnex@gentoo.org>2020-07-13 19:59:06 -0400
commit496be1555f6cbcf13663d796a9403674774fc4ff (patch)
tree4d6f89325f0f5b4b937165c5cce60b3fd6ef1543 /app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch
parentdev-python/boto: ppc64 keyworded (bug #728820) (diff)
downloadgentoo-496be1555f6cbcf13663d796a9403674774fc4ff.tar.gz
gentoo-496be1555f6cbcf13663d796a9403674774fc4ff.tar.bz2
gentoo-496be1555f6cbcf13663d796a9403674774fc4ff.zip
app-emulation/vkd3d: Fix build
Closes: https://bugs.gentoo.org/show_bug.cgi?id=728094 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch')
-rw-r--r--app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch b/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch
new file mode 100644
index 000000000000..048c6c843f55
--- /dev/null
+++ b/app-emulation/vkd3d/files/vkd3d-1.1-Fix-build.patch
@@ -0,0 +1,22 @@
+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;
+