summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index aeec0e2..e68790e 100755
--- a/main.c
+++ b/main.c
@@ -1670,6 +1670,8 @@ PuglStatus onDisplay(PuglView *view)
uint32_t imageIndex;
VkResult result;
+ // TODO: Swapchain recreation when rezing, minimizing, etc.
+ // TODO: Possibly use unique semaphores per in-flight image?
if ((result = vk->dev->vkAcquireNextImageKHR(
vk->device,
vk->swapchain.rawSwapchain,