diff options
author | Jordan Halase <jordan@halase.me> | 2019-11-07 09:07:36 -0600 |
---|---|---|
committer | Jordan Halase <jordan@halase.me> | 2019-11-07 09:07:36 -0600 |
commit | 3790839fdfbea230d2c01437107478fad8929da3 (patch) | |
tree | 37deec86fb395dde6dc427bada60b31431145643 | |
parent | 0b25f596751e36e0e4fc323911921fda2f673102 (diff) |
Fix typo
-rwxr-xr-x | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1670,7 +1670,7 @@ PuglStatus onDisplay(PuglView *view) uint32_t imageIndex; VkResult result; - // TODO: Swapchain recreation when rezing, minimizing, etc. + // TODO: Swapchain recreation when resizing, minimizing, etc. // TODO: Possibly use unique semaphores per in-flight image? if ((result = vk->dev->vkAcquireNextImageKHR( vk->device, |