Searched defs:PipelineLayoutCreateInfo (Results 1 – 6 of 6) sorted by relevance
284 class PipelineLayoutCreateInfo : public vk::VkPipelineLayoutCreateInfo class
633 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (deUint32 _descriptorSetCount, in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo660 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo (const std::vector<vk::VkDescriptorSetLayout>& s… in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
59896 struct PipelineLayoutCreateInfo struct59898 using NativeType = VkPipelineLayoutCreateInfo;59900 static const bool allowDuplicate = false;59901 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;59904 VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() function59919 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument59924 PipelineLayoutCreateInfo( in PipelineLayoutCreateInfo() function59943 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()59948 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()59954 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
92423 struct PipelineLayoutCreateInfo struct92425 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() function92448 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function92454 …PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function92473 *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()[all …]