diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2015-09-03 15:21:52 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-09-09 09:39:15 -0600 |
| commit | 892306c06b7ce86b5cb3fbff76c4cfdae9214778 (patch) | |
| tree | 65264b4968edc115698fb61024c32dac8f261f2a /include/vulkan.h | |
| parent | b0b110d86e1bca7563b520cac121db7ca208c17b (diff) | |
| download | usermoji-892306c06b7ce86b5cb3fbff76c4cfdae9214778.tar.xz | |
vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 96762e45..a053269c 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1218,6 +1218,7 @@ typedef struct { typedef struct { VkFormatFeatureFlags linearTilingFeatures; VkFormatFeatureFlags optimalTilingFeatures; + VkFormatFeatureFlags bufferFeatures; } VkFormatProperties; typedef struct { |
