Struct MappedGPUBuffer

Inheritance Relationships

Base Type

Struct Documentation

struct MappedGPUBuffer : public Azura::GPUBuffer

Public Functions

MappedGPUBuffer(U8 *beginPtr, U32 maxEntries, U32 size, Memory::Allocator &allocator)
bool SubAllocate(U32 size, U32 alignment)

Public Members

U8 *p_dataCur
U8 *p_dataBeg
U8 *p_dataEnd
Containers::Vector<BufferEntry> m_entries