Lines Matching defs:CommandBufferBeginInfo
10974 struct CommandBufferBeginInfo struct
10976 …CommandBufferBeginInfo( CommandBufferUsageFlags flags_ = CommandBufferUsageFlags(), const CommandB… in CommandBufferBeginInfo() function
10984 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) in CommandBufferBeginInfo() argument
10989 CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & rhs ) in operator =()
10995 CommandBufferBeginInfo& setSType( StructureType sType_ ) in setSType()
11001 CommandBufferBeginInfo& setPNext( const void* pNext_ ) in setPNext()
11007 CommandBufferBeginInfo& setFlags( CommandBufferUsageFlags flags_ ) in setFlags()
11013 …ommandBufferBeginInfo& setPInheritanceInfo( const CommandBufferInheritanceInfo* pInheritanceInfo_ ) in setPInheritanceInfo()
11019 operator const VkCommandBufferBeginInfo&() const in operator const VkCommandBufferBeginInfo&()
11024 bool operator==( CommandBufferBeginInfo const& rhs ) const in operator ==()
11032 bool operator!=( CommandBufferBeginInfo const& rhs ) const in operator !=()
11038 StructureType sType;
11041 const void* pNext;
11042 CommandBufferUsageFlags flags;
11043 const CommandBufferInheritanceInfo* pInheritanceInfo;