commit | 1d6a682054698fd1918da50d9e71a26025da22e7 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Thu Jul 23 13:00:01 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Thu Jul 23 13:02:35 2015 -0600 |
tree | 470ec726243076db97dbc44d104c364bb59d98f6 | |
parent | 78fc047a6eae963c8ca0832f89f1c02aa64cbcc1 [diff] [blame] |
intel: Update vkQueueWaitSemaphore to actually wait
diff --git a/icd/intel/queue.c b/icd/intel/queue.c index 85860e3..4e184b6 100644 --- a/icd/intel/queue.c +++ b/icd/intel/queue.c
@@ -416,5 +416,7 @@ VkQueue queue, VkSemaphore semaphore) { + vkQueueWaitIdle(queue); + return VK_SUCCESS; }