diff options
| author | Jeremy Hayes <jeremy@lunarg.com> | 2015-04-15 14:17:56 -0600 |
|---|---|---|
| committer | Jeremy Hayes <jeremy@lunarg.com> | 2015-04-16 14:14:49 -0600 |
| commit | 86e7a8175f04e074c596ff78e69798fe9b7693c4 (patch) | |
| tree | c7224b3cf5b3e7a399b4641f4de0290d477ad59c /include | |
| parent | 032316f1969ed514be47363e86b4d933bf4ce509 (diff) | |
| download | usermoji-86e7a8175f04e074c596ff78e69798fe9b7693c4.tar.xz | |
vulkan: Update object memory requirements (13723).
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 185db928..77b70102 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1441,7 +1441,8 @@ typedef struct VkMemoryRequirements_ VkGpuSize size; // Specified in bytes VkGpuSize alignment; // Specified in bytes VkGpuSize granularity; // Granularity on which vkQueueBindObjectMemoryRange can bind sub-ranges of memory specified in bytes (usually the page size) - VkFlags memProps; // VkMemoryPropertyFlags + VkMemoryPropertyFlags memPropsAllowed; // Allowed memory property flags + VkMemoryPropertyFlags memPropsRequired; // Required memory property flags } VkMemoryRequirements; typedef struct VkFormatProperties_ |
