#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../GraphicsEngine/interface/DeviceContext.h"
#include "../../GraphicsEngine/interface/Buffer.h"
#include "../../../Common/interface/StringTools.h"
Classes | |
struct | Diligent::IVertexPoolAllocation |
Vertex pool allocation. More... | |
struct | Diligent::VertexPoolUsageStats |
Vertex pool usage stats. More... | |
struct | Diligent::VertexPoolElementDesc |
Vertex pool element description. More... | |
struct | Diligent::VertexPoolDesc |
Vertex pool description. More... | |
struct | Diligent::IVertexPool |
Vertex pool interface. More... | |
struct | Diligent::VertexPoolCreateInfo |
Vertex pool create information. More... | |
Namespaces | |
namespace | Diligent |
Graphics engine namespace. | |
Functions | |
void | Diligent::CreateVertexPool (IRenderDevice *pDevice, const VertexPoolCreateInfo &CreateInfo, IVertexPool **ppVertexPool) |
Creates a new vertex pool. | |
Declaration of the IVertexPool interface and related data structures.