vk/vulkan.h: Remove initialCount from SemaphoreCreateInfo
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:42:42 +0000 (16:42 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 23:42:42 +0000 (16:42 -0700)
include/vulkan/vulkan.h

index 03d49d6182893767bf3bc64e3ab4b861fb25176a..1af41e4bebaa3a5536f4d8249ff2498cfee4664a 100644 (file)
@@ -1277,7 +1277,6 @@ typedef struct {
 typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;
-    uint32_t                                    initialCount;
     VkSemaphoreCreateFlags                      flags;
 } VkSemaphoreCreateInfo;