commit | 2a25307e190c6babed79cb6cc08f7eac00e86b82 | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Thu Oct 08 10:44:07 2015 -0600 |
committer | Mark Lobodzinski <mark@lunarg.com> | Mon Oct 12 14:19:02 2015 -0600 |
tree | 662208e30494e7e04ede2fc3096216d00a7a5cea | |
parent | 983984fd6981293cc009bc64059fee51c1d02baf [diff] [blame] |
layers: Bug #14850, enforce validation for semaphore states Added creation of driver-side semaphore objects.
diff --git a/demos/cube.c b/demos/cube.c index 503bf3b..10fc17b 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -600,7 +600,7 @@ VkSemaphoreCreateInfo presentCompleteSemaphoreCreateInfo = { .sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, .pNext = NULL, - .flags = VK_FENCE_CREATE_SIGNALED_BIT, + .flags = 0, }; VkFence nullFence = { VK_NULL_HANDLE };