From 6ae8d66a51e23b24256576cd1b37826ead1a39af Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Fri, 26 Jun 2015 12:56:09 -0600 Subject: vulkan.h: Bug 13900 - Remove initialCount from semaphores --- include/vulkan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vulkan.h b/include/vulkan.h index 4e1265ae..f6ad7ee5 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1964,7 +1964,6 @@ typedef struct VkSemaphoreCreateInfo_ { VkStructureType sType; // Must be VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO const void* pNext; // Pointer to next structure - uint32_t initialCount; VkSemaphoreCreateFlags flags; // Semaphore creation flags } VkSemaphoreCreateInfo; -- cgit v1.2.3