Searched defs:VkCommandBufferInheritanceInfo (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2098 typedef struct VkCommandBufferInheritanceInfo { struct
2107 } VkCommandBufferInheritanceInfo; typedef in typeref:struct:VkCommandBufferInheritanceInfo
2113 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
H A Dvulkan.hpp10879 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs )
10884 CommandBufferInheritanceInfo& operator=( VkCommandBufferInheritanceInfo const & rhs )
10938 operator const VkCommandBufferInheritanceInfo&() const
10940 return *reinterpret_cast<const VkCommandBufferInheritanceInfo*>(this);
10972 static_assert( sizeof( CommandBufferInheritanceInfo ) == sizeof( VkCommandBufferInheritanceInfo ), "struct and wrapper have different size!" );

Completed in 200 milliseconds