HDK
|
#include <vboMemoryManager.h>
Classes | |
class | _StripedBufferArray |
striped buffer array More... | |
class | _StripedBufferArrayRange |
specialized buffer array range More... | |
Public Member Functions | |
HdStVBOMemoryManager (HdStResourceRegistry *resourceRegistry) | |
virtual HDST_API HdBufferArraySharedPtr | CreateBufferArray (TfToken const &role, HdBufferSpecVector const &bufferSpecs, HdBufferArrayUsageHint usageHint) |
virtual HDST_API HdBufferArrayRangeSharedPtr | CreateBufferArrayRange () |
virtual HDST_API AggregationId | ComputeAggregationId (HdBufferSpecVector const &bufferSpecs, HdBufferArrayUsageHint usageHint) const |
Returns id for given bufferSpecs to be used for aggregation. More... | |
virtual HdBufferSpecVector | GetBufferSpecs (HdBufferArraySharedPtr const &bufferArray) const |
Returns the buffer specs from a given buffer array. More... | |
virtual size_t | GetResourceAllocation (HdBufferArraySharedPtr const &bufferArray, VtDictionary &result) const |
Returns the size of the GPU memory used by the passed buffer array. More... | |
Public Member Functions inherited from HdStAggregationStrategy | |
virtual HDST_API | ~HdStAggregationStrategy () |
virtual HDST_API void | Flush () |
(Optional) called to Flush consolidated / staging buffers. More... | |
Protected Types | |
using | _StripedBufferArraySharedPtr = std::shared_ptr< _StripedBufferArray > |
using | _StripedBufferArrayRangeSharedPtr = std::shared_ptr< _StripedBufferArrayRange > |
using | _StripedBufferArrayRangePtr = std::weak_ptr< _StripedBufferArrayRange > |
Protected Attributes | |
HdStResourceRegistry * | _resourceRegistry |
Additional Inherited Members | |
Public Types inherited from HdStAggregationStrategy | |
typedef size_t | AggregationId |
Aggregation ID. More... | |
VBO memory manager.
Definition at line 50 of file vboMemoryManager.h.
|
protected |
Definition at line 236 of file vboMemoryManager.h.
|
protected |
Definition at line 234 of file vboMemoryManager.h.
|
protected |
Definition at line 232 of file vboMemoryManager.h.
|
inline |
Definition at line 53 of file vboMemoryManager.h.
|
virtual |
Returns id for given bufferSpecs to be used for aggregation.
Implements HdStAggregationStrategy.
|
virtual |
Factory for creating HdBufferArray managed by HdStVBOMemoryManager aggregation.
Implements HdStAggregationStrategy.
|
virtual |
Factory for creating HdBufferArrayRange managed by HdStVBOMemoryManager aggregation.
Implements HdStAggregationStrategy.
|
virtual |
Returns the buffer specs from a given buffer array.
Implements HdStAggregationStrategy.
|
virtual |
Returns the size of the GPU memory used by the passed buffer array.
Implements HdStAggregationStrategy.
|
protected |
Definition at line 329 of file vboMemoryManager.h.