diff options
author | Jason Ekstrand <[email protected]> | 2015-07-14 17:10:37 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-07-14 17:10:37 -0700 |
commit | e5db209d54c313965b50fbe7403e0df8df551109 (patch) | |
tree | 4521ca1abd0e1137b2c84fb7216ee385144cceb6 /include/vulkan | |
parent | c7fcfebd5bb5e1fb51b15615ecb091dbc986885d (diff) |
vk/vulkan.h: Move around buffer image granularities
Diffstat (limited to 'include/vulkan')
-rw-r--r-- | include/vulkan/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index b9db32954a8..fa9f6085d75 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1210,6 +1210,7 @@ typedef struct { uint32_t maxStorageBufferSize; uint32_t maxPushConstantsSize; uint32_t maxMemoryAllocationCount; + VkDeviceSize bufferImageGranularity; uint32_t maxBoundDescriptorSets; uint32_t maxDescriptorSets; uint32_t maxPerStageDescriptorSamplers; @@ -1375,7 +1376,6 @@ typedef struct { typedef struct { VkDeviceSize size; VkDeviceSize alignment; - VkDeviceSize granularity; uint32_t memoryTypeBits; } VkMemoryRequirements; |