diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-16 12:00:18 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-17 15:32:11 -0600 |
| commit | 072101e7bc1577fa096ff550d99be6b96010a827 (patch) | |
| tree | 817dd8f91c3241d9f928bf127ed1c4c71e84b4db /include/vulkan.h | |
| parent | 07a5932d9a93876442bb8b00b43bafc469a738e4 (diff) | |
| download | usermoji-072101e7bc1577fa096ff550d99be6b96010a827.tar.xz | |
misc: Add maxVertexInputBindings
Merge request 298.
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 4d4eaeee..90a33f29 100644 --- 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; |
