vk/vulkan.h: Rename count to arraySize in VkDescriptorSetLayoutBinding

This commit is contained in:
Jason Ekstrand
2015-07-06 17:43:58 -07:00
parent d84f3155b1
commit 63c1190e47
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1573,7 +1573,7 @@ typedef struct {
typedef struct {
VkDescriptorType descriptorType;
uint32_t count;
uint32_t arraySize;
VkShaderStageFlags stageFlags;
const VkSampler* pImmutableSamplers;
} VkDescriptorSetLayoutBinding;