vk/vulkan.h: Remove initialCount from SemaphoreCreateInfo

This commit is contained in:
Jason Ekstrand
2015-07-07 16:42:42 -07:00
parent 80046a7d54
commit 672590710b
-1
View File
@@ -1277,7 +1277,6 @@ typedef struct {
typedef struct {
VkStructureType sType;
const void* pNext;
uint32_t initialCount;
VkSemaphoreCreateFlags flags;
} VkSemaphoreCreateInfo;