Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp10865 struct CommandBufferInheritanceInfo struct
10867CommandBufferInheritanceInfo( RenderPass renderPass_ = RenderPass(), uint32_t subpass_ = 0, Frameb… in CommandBufferInheritanceInfo() function
10879 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) in CommandBufferInheritanceInfo() argument
10884 CommandBufferInheritanceInfo& operator=( VkCommandBufferInheritanceInfo const & rhs ) in operator =()
10890 CommandBufferInheritanceInfo& setSType( StructureType sType_ ) in setSType()
10896 CommandBufferInheritanceInfo& setPNext( const void* pNext_ ) in setPNext()
10902 CommandBufferInheritanceInfo& setRenderPass( RenderPass renderPass_ ) in setRenderPass()
10908 CommandBufferInheritanceInfo& setSubpass( uint32_t subpass_ ) in setSubpass()
10914 CommandBufferInheritanceInfo& setFramebuffer( Framebuffer framebuffer_ ) in setFramebuffer()
10920 CommandBufferInheritanceInfo& setOcclusionQueryEnable( Bool32 occlusionQueryEnable_ ) in setOcclusionQueryEnable()
[all …]