misc: Add maxVertexInputBindings
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 16 Sep 2015 18:00:18 +0000 (12:00 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 17 Sep 2015 21:32:11 +0000 (15:32 -0600)
Merge request 298.

include/vulkan.h

index 4d4eaeee59189bd0279e73dd224f25549dfe4c77..90a33f29632334a2080c727d837092b9d6eb72e3 100644 (file)
@@ -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;