Searched defs:CommandBufferInheritanceInfo (Results 1 – 2 of 2) sorted by relevance
11271 struct CommandBufferInheritanceInfo struct11273 using NativeType = VkCommandBufferInheritanceInfo;11275 static const bool allowDuplicate = false;11276 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;11279 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo( in CommandBufferInheritanceInfo() argument11297 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferInheritanceInfo() function11306 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo const *>( &rhs ); in operator =()11311 CommandBufferInheritanceInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()11317 …InheritanceInfo & setRenderPass( VULKAN_HPP_NAMESPACE::RenderPass renderPass_ ) VULKAN_HPP_NOEXCEPT in setRenderPass()11323 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()[all …]
11489 struct CommandBufferInheritanceInfo struct11491 using NativeType = VkCommandBufferInheritanceInfo;11493 static const bool allowDuplicate = false;11494 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;11497 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo( in CommandBufferInheritanceInfo() argument11515 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferInheritanceInfo() function11524 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo const *>( &rhs ); in operator =()11529 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()11536 … setRenderPass( VULKAN_HPP_NAMESPACE::RenderPass renderPass_ ) VULKAN_HPP_NOEXCEPT in setRenderPass()11542 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()[all …]