![]() |
VR-Forces 4.3 Class Documentation
|
Class for defining how an effect renders a format of data. More...

Public Member Functions | |
| void | drawArrays (unsigned int vertexCount, const VertexFormat *vertexArray, unsigned int index, unsigned int count) |
| void | drawArrays (unsigned int vertexCount, unsigned int vbo, unsigned int index, unsigned int count) |
| void | drawElements (unsigned int vertexCount, const VertexFormat *vertexArray, const unsigned int *indicies, unsigned int count) |
| void | drawElements (unsigned int vertexCount, unsigned int vbo, unsigned int ibo, unsigned int count) |
Protected Member Functions | |
| virtual void | bindVertexArrays (const VertexFormat *vertexArray)=0 |
| virtual void | unbindVertexArrays ()=0 |
Class for defining how an effect renders a format of data.
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedpure virtual |
|
protectedpure virtual |