summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
diff options
context:
space:
mode:
authorGravatar Viktor Szépe2024-01-15 23:34:11 +0000
committerGravatar Viktor Szépe2024-01-15 23:34:11 +0000
commite8671ed04e53ca099d8eea06023b002be52395b4 (patch)
tree53d81584f3e07287de8c5b34c5a394478d4ba627 /src/video_core/renderer_vulkan
parentFix more typos (diff)
downloadyuzu-e8671ed04e53ca099d8eea06023b002be52395b4.tar.gz
yuzu-e8671ed04e53ca099d8eea06023b002be52395b4.tar.xz
yuzu-e8671ed04e53ca099d8eea06023b002be52395b4.zip
Fix one more typo
Diffstat (limited to 'src/video_core/renderer_vulkan')
-rw-r--r--src/video_core/renderer_vulkan/vk_scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_scheduler.h b/src/video_core/renderer_vulkan/vk_scheduler.h
index f8d8ca80a..51e7ab1e1 100644
--- a/src/video_core/renderer_vulkan/vk_scheduler.h
+++ b/src/video_core/renderer_vulkan/vk_scheduler.h
@@ -55,7 +55,7 @@ public:
55 /// Requests to begin a renderpass. 55 /// Requests to begin a renderpass.
56 void RequestRenderpass(const Framebuffer* framebuffer); 56 void RequestRenderpass(const Framebuffer* framebuffer);
57 57
58 /// Requests the current executino context to be able to execute operations only allowed outside 58 /// Requests the current execution context to be able to execute operations only allowed outside
59 /// of a renderpass. 59 /// of a renderpass.
60 void RequestOutsideRenderPassOperationContext(); 60 void RequestOutsideRenderPassOperationContext();
61 61