Concrete vertex buffer class for DirectX subvision and DirectX drawing.
More...
#include <d3d11VertexBuffer.h>
Concrete vertex buffer class for DirectX subvision and DirectX drawing.
D3D11VertexBuffer implements D3D11VertexBufferInterface. An instance of this buffer class can be passed to D3D11ComputeController.
Definition at line 46 of file d3d11VertexBuffer.h.
bool allocate |
( |
ID3D11Device * |
device | ) |
|
|
protected |
ID3D11Buffer* BindD3D11Buffer |
( |
ID3D11DeviceContext * |
deviceContext | ) |
|
Returns the D3D11 buffer object.
ID3D11UnorderedAccessView* BindD3D11UAV |
( |
ID3D11DeviceContext * |
deviceContext | ) |
|
static D3D11VertexBuffer* Create |
( |
int |
numElements, |
|
|
int |
numVertices, |
|
|
ID3D11Device * |
device |
|
) |
| |
|
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 * |
param |
|
) |
| |
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: