Concrete vertex buffer class for CPU subdivision.
More...
#include <cpuVertexBuffer.h>
Concrete vertex buffer class for CPU subdivision.
CpuVertexBuffer implements the VertexBufferInterface. An instance of this buffer class can be passed to CpuEvaluator
Definition at line 42 of file cpuVertexBuffer.h.
Returns the address of CPU buffer.
static CpuVertexBuffer* Create |
( |
int |
numElements, |
|
|
int |
numVertices, |
|
|
void * |
deviceContext = NULL |
|
) |
| |
|
static |
Creator. Returns NULL if error.
int GetNumElements |
( |
| ) |
const |
Returns how many elements defined in this vertex buffer.
int GetNumVertices |
( |
| ) |
const |
Returns how many vertices allocated in this vertex buffer.
void UpdateData |
( |
const float * |
src, |
|
|
int |
startVertex, |
|
|
int |
numVertices, |
|
|
void * |
deviceContext = NULL |
|
) |
| |
This method is meant to be used in client code in order to provide coarse vertices data to Osd.
The documentation for this class was generated from the following file: