|
Hymn to Beauty
C++ 3D Engine
|
An allocation. More...
#include <BufferAllocator.hpp>
Public Attributes | |
| RawBuffer * | buffer |
| The buffer the allocation was made in. More... | |
| uint32_t | offset |
| The offset into the buffer. More... | |
| uint32_t | size |
| The size of the allocation. More... | |
| bool | temporaryAllocation |
| Whether the allocation was temporary (buffer is not responsible for freeing memory). More... | |
An allocation.
| RawBuffer* Video::BufferAllocation::buffer |
The buffer the allocation was made in.
| uint32_t Video::BufferAllocation::offset |
The offset into the buffer.
| uint32_t Video::BufferAllocation::size |
The size of the allocation.
| bool Video::BufferAllocation::temporaryAllocation |
Whether the allocation was temporary (buffer is not responsible for freeing memory).