vk/vulkan.h: Remove initialCount from SemaphoreCreateInfo
[mesa.git] / 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;