Searched refs:CommandBufferInheritanceRenderingInfo (Results 1 – 5 of 5) sorted by relevance
1202 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo ) == …1203 …TIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>::…1204 … std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>::…
13416 struct CommandBufferInheritanceRenderingInfo struct13425 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo(VULKAN_HPP_NAMESPACE::RenderingFlags fla… in CommandBufferInheritanceRenderingInfo() function13429 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo( CommandBufferInheritanceRenderingInfo …13431 …CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function13432 …: CommandBufferInheritanceRenderingInfo( *reinterpret_cast<CommandBufferInheritanceRenderingInfo c… in CommandBufferInheritanceRenderingInfo()13436 …CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_, uint32_t viewM… in CommandBufferInheritanceRenderingInfo() function13442 …CommandBufferInheritanceRenderingInfo & operator=( CommandBufferInheritanceRenderingInfo const & r…13445 …CommandBufferInheritanceRenderingInfo & operator=( VkCommandBufferInheritanceRenderingInfo const &… in operator =()13447 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =() argument13452 …VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VU… in setPNext() argument[all …]
455 struct CommandBufferInheritanceRenderingInfo;456 using CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo;
1958 template <> struct hash<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>1960 …std::size_t operator()(VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const & command… in operator ()()
6426 …template <> struct StructExtends<CommandBufferInheritanceRenderingInfo, CommandBufferInheritanceIn…