|
Diligent Engine
v.2.4.g
|
#include "BufferSuballocator.h"#include <mutex>#include "DebugUtilities.hpp"#include "ObjectBase.hpp"#include "RefCntAutoPtr.hpp"#include "DynamicBuffer.hpp"#include "VariableSizeAllocationsManager.hpp"#include "Align.hpp"#include "DefaultRawMemoryAllocator.hpp"#include "FixedBlockMemoryAllocator.hpp"Classes | |
| class | Diligent::BufferSuballocationImpl |
| class | Diligent::BufferSuballocatorImpl |
Namespaces | |
| Diligent | |
| The library uses Direct3D-style math: | |
Functions | |
| void | Diligent::CreateBufferSuballocator (IRenderDevice *pDevice, const BufferSuballocatorCreateInfo &CreateInfo, IBufferSuballocator **ppBufferSuballocator) |
| Creates a new buffer suballocator. More... | |
1.8.17