aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Barbour <tony@LunarG.com>2015-06-26 12:56:09 -0600
committerTony Barbour <tony@LunarG.com>2015-06-26 12:57:47 -0600
commit6ae8d66a51e23b24256576cd1b37826ead1a39af (patch)
tree82d671e3fbde3d2674b45b969f05030fc5339bc9
parent01d229232a9fb2b6dd12586b8cf0d63b4bbd3078 (diff)
downloadusermoji-6ae8d66a51e23b24256576cd1b37826ead1a39af.tar.xz
vulkan.h: Bug 13900 - Remove initialCount from semaphores
-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;