Template Class ArrayBatch

Class Documentation

template <U32 NumElements, typename... BatchProperties>
class ArrayBatch

Public Functions

ArrayBatch(Memory::Allocator &alloc)
template <U32 Index>
Array<Type<Index>, NumElements> &Get()
template <U32 Index>
const Array<Type<Index>, NumElements> &Get() const
template <U32 Index>
Array<typename Impl::Get<Index, BatchProperties...>::Type, NumElements> &Get()
template <U32 Index>
const Array<typename Impl::Get<Index, BatchProperties...>::Type, NumElements> &Get() const