Lines Matching defs:PipelineLayoutCreateInfo
107973 struct PipelineLayoutCreateInfo struct
107975 using NativeType = VkPipelineLayoutCreateInfo;
107977 static const bool allowDuplicate = false;
107978 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
107981 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() function
107998 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
108004 …PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
108023 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
108028 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
108034 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
108040 …XPR_14 PipelineLayoutCreateInfo & setSetLayoutCount( uint32_t setLayoutCount_ ) VULKAN_HPP_NOEXCEPT in setSetLayoutCount()
108046 …etPSetLayouts( const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts_ ) VULKAN_HPP_NOEXCEPT in setPSetLayouts()
108054 …poraries<const VULKAN_HPP_NAMESPACE::DescriptorSetLayout> const & setLayouts_ ) VULKAN_HPP_NOEXCEPT in setSetLayouts()
108062 …ayoutCreateInfo & setPushConstantRangeCount( uint32_t pushConstantRangeCount_ ) VULKAN_HPP_NOEXCEPT in setPushConstantRangeCount()
108069 …tRanges( const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges_ ) VULKAN_HPP_NOEXCEPT in setPPushConstantRanges()
108076 PipelineLayoutCreateInfo & setPushConstantRanges( in setPushConstantRanges()
108086 operator VkPipelineLayoutCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo const&()
108091 operator VkPipelineLayoutCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo&()
108108 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
108117 bool operator==( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
108128 bool operator!=( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
108135 …ACE::StructureType sType = StructureType::ePipelineLayoutCreateInfo;
108136 const void * pNext = {};
108137 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};
108138 uint32_t setLayoutCount = {};
108139 const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts = {};
108140 uint32_t pushConstantRangeCount = {};
108141 const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges = {};