commit | e187cc4a6c60dd598c6bbf71d95594d08771ab79 | [log] [tgz] |
---|---|---|
author | Mike Stroyan <mike@LunarG.com> | Fri Aug 28 10:58:06 2015 -0600 |
committer | Mike Stroyan <mike@LunarG.com> | Fri Aug 28 12:49:03 2015 -0600 |
tree | 752a670d2d258b76215ce40c90ef6341f8dfcde0 | |
parent | dc749506bc7fdc64c4b404690cb772c5f739bb74 [diff] |
demos: vkDestroySemaphore only after it is unused. Semaphores should not be destroyed when in use. Call vkQueueWaitIdle before calling vkDestroySemaphore.