diff options
author | Jordan Halase <jordan@halase.me> | 2019-11-07 09:07:55 -0600 |
---|---|---|
committer | Jordan Halase <jordan@halase.me> | 2019-11-07 09:07:55 -0600 |
commit | 00b6db33a4d45d266e0cfcffbeea3960ae7e4161 (patch) | |
tree | 101fd955de4637a88eaab6424fbbbd927694362a | |
parent | 3790839fdfbea230d2c01437107478fad8929da3 (diff) |
Remove comment about multiple semaphores
-rwxr-xr-x | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1671,7 +1671,6 @@ PuglStatus onDisplay(PuglView *view) VkResult result; // TODO: Swapchain recreation when resizing, minimizing, etc. - // TODO: Possibly use unique semaphores per in-flight image? if ((result = vk->dev->vkAcquireNextImageKHR( vk->device, vk->swapchain.rawSwapchain, |