Lines Matching defs:PipelineLayoutCreateInfo
81113 struct PipelineLayoutCreateInfo struct
81115 using NativeType = VkPipelineLayoutCreateInfo;
81117 static const bool allowDuplicate = false;
81118 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
81121 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() function
81138 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
81144 …PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
81163 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
81168 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
81174 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
81180 …XPR_14 PipelineLayoutCreateInfo & setSetLayoutCount( uint32_t setLayoutCount_ ) VULKAN_HPP_NOEXCEPT in setSetLayoutCount()
81186 …etPSetLayouts( const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts_ ) VULKAN_HPP_NOEXCEPT in setPSetLayouts()
81194 …poraries<const VULKAN_HPP_NAMESPACE::DescriptorSetLayout> const & setLayouts_ ) VULKAN_HPP_NOEXCEPT in setSetLayouts()
81202 …ayoutCreateInfo & setPushConstantRangeCount( uint32_t pushConstantRangeCount_ ) VULKAN_HPP_NOEXCEPT in setPushConstantRangeCount()
81209 …tRanges( const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges_ ) VULKAN_HPP_NOEXCEPT in setPPushConstantRanges()
81216 PipelineLayoutCreateInfo & setPushConstantRanges( in setPushConstantRanges()
81226 explicit operator VkPipelineLayoutCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo const&()
81231 explicit operator VkPipelineLayoutCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo&()
81248 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
81257 bool operator==( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
81268 bool operator!=( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
81275 …ACE::StructureType sType = StructureType::ePipelineLayoutCreateInfo;
81276 const void * pNext = {};
81277 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};
81278 uint32_t setLayoutCount = {};
81279 const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts = {};
81280 uint32_t pushConstantRangeCount = {};
81281 const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges = {};