commit | 4b36dd453ecb809731dbc68ccdb50e83f5417dd6 | [log] [tgz] |
---|---|---|
author | Mark Lobodzinski <mark@lunarg.com> | Thu Sep 03 15:21:52 2015 -0600 |
committer | Mark Lobodzinski <mark@lunarg.com> | Wed Sep 09 09:39:15 2015 -0600 |
tree | 26aa28ca0b73eb8440d8c636c2acca7ea3bf340d | |
parent | 717647d478840329470743febcd3e9c3198b7831 [diff] [blame] |
vulkan.h: Add bufferFeatures to VkFormatProperties, bug #14546
diff --git a/include/vulkan.h b/include/vulkan.h index 96762e4..a053269 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -1218,6 +1218,7 @@ typedef struct { VkFormatFeatureFlags linearTilingFeatures; VkFormatFeatureFlags optimalTilingFeatures; + VkFormatFeatureFlags bufferFeatures; } VkFormatProperties; typedef struct {