Searched defs:CommandBufferInheritanceRenderingInfo (Results 1 – 6 of 6) sorted by relevance
346 pub struct CommandBufferInheritanceRenderingInfo { struct356 pub view_mask: u32,385 impl Default for CommandBufferInheritanceRenderingInfo { argument
131 info: &CommandBufferInheritanceRenderingInfo, in from_inheritance_rendering_info()
14628 struct CommandBufferInheritanceRenderingInfo struct14630 using NativeType = VkCommandBufferInheritanceRenderingInfo;14632 static const bool allowDuplicate = false;14633 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;14637 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument14658 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function14664 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument14688 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()14693 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()14699 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
15066 struct CommandBufferInheritanceRenderingInfo struct15068 using NativeType = VkCommandBufferInheritanceRenderingInfo;15070 static const bool allowDuplicate = false;15071 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;15075 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() function15096 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() argument15102 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument15126 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()15131 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()15137 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
14956 struct CommandBufferInheritanceRenderingInfo struct14958 using NativeType = VkCommandBufferInheritanceRenderingInfo;14960 static const bool allowDuplicate = false;14961 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;14965 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() function14986 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function14992 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument15016 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()15021 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()15027 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()[all …]
65751 pub struct CommandBufferInheritanceRenderingInfo { struct65762 impl ::std::default::Default for CommandBufferInheritanceRenderingInfo { argument65778 unsafe impl TaggedStructure for CommandBufferInheritanceRenderingInfo { implementation65781 impl CommandBufferInheritanceRenderingInfo { implementation65798 unsafe impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderingInfo {} implementation65845 pub fn build(self) -> CommandBufferInheritanceRenderingInfo { in build()