Home | History | Annotate | Download | only in vulkan

Lines Matching refs:CommandBufferBeginInfo

10974   struct CommandBufferBeginInfo
10976 CommandBufferBeginInfo( CommandBufferUsageFlags flags_ = CommandBufferUsageFlags(), const CommandBufferInheritanceInfo* pInheritanceInfo_ = nullptr )
10984 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs )
10986 memcpy( this, &rhs, sizeof(CommandBufferBeginInfo) );
10989 CommandBufferBeginInfo& operator=( VkCommandBufferBeginInfo const & rhs )
10991 memcpy( this, &rhs, sizeof(CommandBufferBeginInfo) );
10995 CommandBufferBeginInfo& setSType( StructureType sType_ )
11001 CommandBufferBeginInfo& setPNext( const void* pNext_ )
11007 CommandBufferBeginInfo& setFlags( CommandBufferUsageFlags flags_ )
11013 CommandBufferBeginInfo& setPInheritanceInfo( const CommandBufferInheritanceInfo* pInheritanceInfo_ )
11024 bool operator==( CommandBufferBeginInfo const& rhs ) const
11032 bool operator!=( CommandBufferBeginInfo const& rhs ) const
11045 static_assert( sizeof( CommandBufferBeginInfo ) == sizeof( VkCommandBufferBeginInfo ), "struct and wrapper have different size!" );
13780 Result begin( const CommandBufferBeginInfo* pBeginInfo ) const
13786 ResultValueType<void>::type begin( const CommandBufferBeginInfo & beginInfo ) const
19766 case StructureType::eCommandBufferBeginInfo: return "CommandBufferBeginInfo";