mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
vk/vulkan.h: Remove initialCount from SemaphoreCreateInfo
This commit is contained in:
parent
80046a7d54
commit
672590710b
1 changed files with 0 additions and 1 deletions
|
|
@ -1277,7 +1277,6 @@ typedef struct {
|
|||
typedef struct {
|
||||
VkStructureType sType;
|
||||
const void* pNext;
|
||||
uint32_t initialCount;
|
||||
VkSemaphoreCreateFlags flags;
|
||||
} VkSemaphoreCreateInfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue