Home
last modified time | relevance | path

Searched defs:DescriptorSetLayoutBinding (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp9875 struct DescriptorSetLayoutBinding struct
9877DescriptorSetLayoutBinding( uint32_t binding_ = 0, DescriptorType descriptorType_ = DescriptorType… in DescriptorSetLayoutBinding() function
9886 DescriptorSetLayoutBinding( VkDescriptorSetLayoutBinding const & rhs ) in DescriptorSetLayoutBinding() argument
9891 DescriptorSetLayoutBinding& operator=( VkDescriptorSetLayoutBinding const & rhs ) in operator =()
9897 DescriptorSetLayoutBinding& setBinding( uint32_t binding_ ) in setBinding()
9903 DescriptorSetLayoutBinding& setDescriptorType( DescriptorType descriptorType_ ) in setDescriptorType()
9909 DescriptorSetLayoutBinding& setDescriptorCount( uint32_t descriptorCount_ ) in setDescriptorCount()
9915 DescriptorSetLayoutBinding& setStageFlags( ShaderStageFlags stageFlags_ ) in setStageFlags()
9921 DescriptorSetLayoutBinding& setPImmutableSamplers( const Sampler* pImmutableSamplers_ ) in setPImmutableSamplers()
9927 operator const VkDescriptorSetLayoutBinding&() const in operator const VkDescriptorSetLayoutBinding&()
[all …]