• Home
  • Raw
  • Download

Lines Matching defs:CommandBufferInheritanceInfo

10865   struct CommandBufferInheritanceInfo  struct
10867CommandBufferInheritanceInfo( RenderPass renderPass_ = RenderPass(), uint32_t subpass_ = 0, Frameb… in CommandBufferInheritanceInfo() function
10879 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) in CommandBufferInheritanceInfo() function
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()
10926 CommandBufferInheritanceInfo& setQueryFlags( QueryControlFlags queryFlags_ ) in setQueryFlags()
10932 …mandBufferInheritanceInfo& setPipelineStatistics( QueryPipelineStatisticFlags pipelineStatistics_ ) in setPipelineStatistics()
10938 operator const VkCommandBufferInheritanceInfo&() const in operator const VkCommandBufferInheritanceInfo&()
10943 bool operator==( CommandBufferInheritanceInfo const& rhs ) const in operator ==()
10955 bool operator!=( CommandBufferInheritanceInfo const& rhs ) const in operator !=()
10961 StructureType sType;
10964 const void* pNext;
10965 RenderPass renderPass;
10966 uint32_t subpass;
10967 Framebuffer framebuffer;
10968 Bool32 occlusionQueryEnable;
10969 QueryControlFlags queryFlags;
10970 QueryPipelineStatisticFlags pipelineStatistics;