blob: b37501da68fd9cd3fc380bb306feb49c8d8ed1e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From ec9e4a4981e8bf79c179e77c6040649f7d9dcc6b Mon Sep 17 00:00:00 2001
From: sharkautarch <128002472+sharkautarch@users.noreply.github.com>
Date: Fri, 27 Oct 2023 18:11:15 -0400
Subject: [PATCH 3/4] oops
---
src/reshade_effect_manager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/reshade_effect_manager.cpp b/src/reshade_effect_manager.cpp
index 4ca513c..8a7063c 100644
--- a/src/reshade_effect_manager.cpp
+++ b/src/reshade_effect_manager.cpp
@@ -907,7 +907,7 @@ bool ReshadeEffectPipeline::init(CVulkanDevice *device, const ReshadeEffectKey &
VkCommandBufferAllocateInfo commandBufferAllocateInfo =
{
.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO,
- .commandPool = device->commandPool();
+ .commandPool = device->commandPool(),
.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY,
.commandBufferCount = 1
};
--
2.43.0
|