summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_swapchain.h
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2021-04-11 09:46:28 +0200
committerJoshua Ashton <joshua@froggi.es>2021-04-11 10:27:50 +0200
commitbcf58c82108c32aa3e2118be152bdc728bf4744e (patch)
tree0c607a634db7077157101f9f703a6f77c0a48d86 /src/video_core/renderer_vulkan/vk_swapchain.h
parentMerge pull request #6167 from Morph1984/time-fix (diff)
downloadyuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar.gz
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar.bz2
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar.lz
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar.xz
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.tar.zst
yuzu-bcf58c82108c32aa3e2118be152bdc728bf4744e.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_vulkan/vk_swapchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_swapchain.h b/src/video_core/renderer_vulkan/vk_swapchain.h
index a728511e0..adc8d27cf 100644
--- a/src/video_core/renderer_vulkan/vk_swapchain.h
+++ b/src/video_core/renderer_vulkan/vk_swapchain.h
@@ -28,7 +28,7 @@ public:
void Create(u32 width, u32 height, bool srgb);
/// Acquires the next image in the swapchain, waits as needed.
- void AcquireNextImage();
+ bool AcquireNextImage();
/// Presents the rendered image to the swapchain. Returns true when the swapchains had to be
/// recreated. Takes responsability for the ownership of fence.