summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-build.patch b/fix-build.patch
deleted file mode 100644
index 64904bd1afc4..000000000000
--- a/fix-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vkquake/Quake/gl_rmisc.c 2020-05-18 10:01:19.180100819 +0200
-+++ vkquake/Quake/gl_rmisc.c 2020-05-18 10:26:56.293423637 +0200
-@@ -1426,7 +1426,7 @@
- VkPipelineDynamicStateCreateInfo dynamic_state_create_info;
- memset(&dynamic_state_create_info, 0, sizeof(dynamic_state_create_info));
- dynamic_state_create_info.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
-- VkDynamicState dynamic_states[VK_DYNAMIC_STATE_RANGE_SIZE];
-+ VkDynamicState dynamic_states[3];
- dynamic_state_create_info.pDynamicStates = dynamic_states;
-
- VkPipelineShaderStageCreateInfo shader_stages[2];