vk/0.170.2: Update VkImageFormatProperties

This commit is contained in:
Chad Versace
2015-10-07 10:28:30 -07:00
parent 98c2bb6917
commit 81e1dcc42c
2 changed files with 46 additions and 4 deletions

View File

@@ -1210,8 +1210,11 @@ typedef struct {
} VkExtent3D;
typedef struct {
uint64_t maxResourceSize;
uint32_t maxSamples;
VkExtent3D maxExtent;
uint32_t maxMipLevels;
uint32_t maxArraySize;
VkSampleCountFlags sampleCounts;
VkDeviceSize maxResourceSize;
} VkImageFormatProperties;
typedef struct {