Lines Matching defs:PipelineLayoutCreateInfo
92423 struct PipelineLayoutCreateInfo struct
92425 using NativeType = VkPipelineLayoutCreateInfo;
92427 static const bool allowDuplicate = false;
92428 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
92431 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() function
92448 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
92454 …PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
92473 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
92478 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
92484 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
92490 …XPR_14 PipelineLayoutCreateInfo & setSetLayoutCount( uint32_t setLayoutCount_ ) VULKAN_HPP_NOEXCEPT in setSetLayoutCount()
92496 …etPSetLayouts( const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts_ ) VULKAN_HPP_NOEXCEPT in setPSetLayouts()
92504 …poraries<const VULKAN_HPP_NAMESPACE::DescriptorSetLayout> const & setLayouts_ ) VULKAN_HPP_NOEXCEPT in setSetLayouts()
92512 …ayoutCreateInfo & setPushConstantRangeCount( uint32_t pushConstantRangeCount_ ) VULKAN_HPP_NOEXCEPT in setPushConstantRangeCount()
92519 …tRanges( const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges_ ) VULKAN_HPP_NOEXCEPT in setPPushConstantRanges()
92526 PipelineLayoutCreateInfo & setPushConstantRanges( in setPushConstantRanges()
92536 operator VkPipelineLayoutCreateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo const&()
92541 operator VkPipelineLayoutCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkPipelineLayoutCreateInfo&()
92558 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
92567 bool operator==( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
92578 bool operator!=( PipelineLayoutCreateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
92585 …ACE::StructureType sType = StructureType::ePipelineLayoutCreateInfo;
92586 const void * pNext = {};
92587 VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags = {};
92588 uint32_t setLayoutCount = {};
92589 const VULKAN_HPP_NAMESPACE::DescriptorSetLayout * pSetLayouts = {};
92590 uint32_t pushConstantRangeCount = {};
92591 const VULKAN_HPP_NAMESPACE::PushConstantRange * pPushConstantRanges = {};