Diligent Engine
Loading...
Searching...
No Matches
Diligent::USD::HnRenderDelegateMemoryStats::VertexPoolUsage Struct Reference

Vertex pool usage statistics. More...

#include <HnRenderDelegate.hpp>

Public Attributes

Uint64 CommittedSize = 0
 The total committed memory size, in bytes.
Uint64 UsedSize = 0
 The total memory size used by all allocations, in bytes.
Uint32 AllocationCount = 0
 The number of allcations.
Uint64 AllocatedVertexCount = 0
 The number of vertices allocated from the pool.
Uint64 PendingDataSize = 0
 The amount vertex data pending upload, in bytes.

Detailed Description

Vertex pool usage statistics.