#include <algorithm>#include "../../GraphicsEngine/interface/RenderDevice.h"#include "../../GraphicsEngine/interface/DeviceContext.h"#include "../../GraphicsEngine/interface/Buffer.h"Classes | |
| struct | Diligent::IBufferSuballocation |
| Buffer suballocation. More... | |
| struct | Diligent::BufferSuballocatorUsageStats |
| Buffer suballocator usage stats. More... | |
| struct | Diligent::IBufferSuballocator |
| Buffer suballocator. More... | |
| struct | Diligent::BufferSuballocatorCreateInfo |
| Buffer suballocator create information. More... | |
Namespaces | |
| namespace | Diligent |
| Graphics engine namespace. | |
Functions | |
| void | Diligent::CreateBufferSuballocator (IRenderDevice *pDevice, const BufferSuballocatorCreateInfo &CreateInfo, IBufferSuballocator **ppBufferSuballocator) |
| Creates a new buffer suballocator. | |
Declaration of BufferSuballocator interface and related data structures