projects
/
platform
/
upstream
/
Vulkan-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a5932
)
misc: Add maxVertexInputBindings
author
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Wed, 16 Sep 2015 18:00:18 +0000
(12:00 -0600)
committer
Courtney Goeltzenleuchter
<courtney@LunarG.com>
Thu, 17 Sep 2015 21:32:11 +0000
(15:32 -0600)
Merge request 298.
include/vulkan.h
patch
|
blob
|
history
diff --git
a/include/vulkan.h
b/include/vulkan.h
index 4d4eaeee59189bd0279e73dd224f25549dfe4c77..90a33f29632334a2080c727d837092b9d6eb72e3 100644
(file)
--- a/
include/vulkan.h
+++ b/
include/vulkan.h
@@
-1224,6
+1224,7
@@
typedef struct {
uint32_t maxDescriptorSetSampledImages;
uint32_t maxDescriptorSetStorageImages;
uint32_t maxVertexInputAttributes;
+ uint32_t maxVertexInputBindings;
uint32_t maxVertexInputAttributeOffset;
uint32_t maxVertexInputBindingStride;
uint32_t maxVertexOutputComponents;