Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp11932 struct CommandBufferInheritanceRenderingInfoKHR struct
11934 using NativeType = VkCommandBufferInheritanceRenderingInfoKHR;
11936 static const bool allowDuplicate = false;
11937 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
11941 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfoKHR( in CommandBufferInheritanceRenderingInfoKHR() argument
11962CommandBufferInheritanceRenderingInfoKHR( VkCommandBufferInheritanceRenderingInfoKHR const & rhs ) in CommandBufferInheritanceRenderingInfoKHR() function
11969 CommandBufferInheritanceRenderingInfoKHR( in CommandBufferInheritanceRenderingInfoKHR() argument
11993 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfoKHR const *>(… in operator =()
11999 setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
12006 … setFlags( VULKAN_HPP_NAMESPACE::RenderingFlagsKHR flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]