mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
vk/0.170.2: Update VkImageCreateInfo
This commit is contained in:
parent
d48e71ce55
commit
f4295b3cca
2 changed files with 1 additions and 1 deletions
|
|
@ -1512,7 +1512,6 @@ typedef struct {
|
|||
VkSharingMode sharingMode;
|
||||
uint32_t queueFamilyCount;
|
||||
const uint32_t* pQueueFamilyIndices;
|
||||
VkImageLayout initialLayout;
|
||||
} VkImageCreateInfo;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
|
|
@ -1516,6 +1516,7 @@ typedef struct {
|
|||
VkSharingMode sharingMode;
|
||||
uint32_t queueFamilyCount;
|
||||
const uint32_t* pQueueFamilyIndices;
|
||||
VkImageLayout initialLayout;
|
||||
} VkImageCreateInfo;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue