Concrete vertex buffer class for cpu subvision.
More...
#include <cpuVertexBuffer.h>
Concrete vertex buffer class for cpu subvision.
CpuVertexBuffer implements the VertexBufferInterface. An instance of this buffer class can be passed to CpuEvaluator
Definition at line 42 of file cpuVertexBuffer.h.
§ ~CpuVertexBuffer()
§ CpuVertexBuffer()
§ BindCpuBuffer()
Returns the address of CPU buffer.
§ Create()
static CpuVertexBuffer* Create |
( |
int |
numElements, |
|
|
int |
numVertices, |
|
|
void * |
deviceContext = NULL |
|
) |
| |
|
static |
Creator. Returns NULL if error.
§ GetNumElements()
int GetNumElements |
( |
| ) |
const |
Returns how many elements defined in this vertex buffer.
§ GetNumVertices()
int GetNumVertices |
( |
| ) |
const |
Returns how many vertices allocated in this vertex buffer.
§ UpdateData()
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: