#include <GrEagerVertexAllocator.h>
Definition at line 25 of file GrEagerVertexAllocator.h.
◆ ~GrEagerVertexAllocator()
virtual GrEagerVertexAllocator::~GrEagerVertexAllocator |
( |
| ) |
|
|
inlinevirtual |
◆ lock()
virtual void * GrEagerVertexAllocator::lock |
( |
size_t |
stride, |
|
|
int |
eagerCount |
|
) |
| |
|
pure virtual |
◆ lockWriter()
Definition at line 33 of file GrEagerVertexAllocator.h.
33 {
34 void*
p = this->
lock(stride, eagerCount);
36 }
virtual void * lock(size_t stride, int eagerCount)=0
◆ unlock()
virtual void GrEagerVertexAllocator::unlock |
( |
int |
actualCount | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: