Home
last modified time | relevance | path

Searched defs:CommandBufferInheritanceRenderingInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15066 struct CommandBufferInheritanceRenderingInfo struct
15068 using NativeType = VkCommandBufferInheritanceRenderingInfo;
15070 static const bool allowDuplicate = false;
15071 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
15075CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() function
15096CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() argument
15102CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument
15126 …*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 …]