vk/vulkan.h: Rename count to arraySize in VkDescriptorSetLayoutBinding
This commit is contained in:
@@ -1573,7 +1573,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
VkDescriptorType descriptorType;
|
||||
uint32_t count;
|
||||
uint32_t arraySize;
|
||||
VkShaderStageFlags stageFlags;
|
||||
const VkSampler* pImmutableSamplers;
|
||||
} VkDescriptorSetLayoutBinding;
|
||||
|
||||
Reference in New Issue
Block a user