aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/vulkan.h1
1 files changed, 0 insertions, 1 deletions
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;