![]() |
VR-Forces 4.0.4 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.
| void makVrv::DtFormatRenderer< VertexFormat >::drawArrays | ( | unsigned int | vertexCount, |
| const VertexFormat * | vertexArray, | ||
| unsigned int | index, | ||
| unsigned int | count | ||
| ) | [inline] |
| void makVrv::DtFormatRenderer< VertexFormat >::drawArrays | ( | unsigned int | vertexCount, |
| unsigned int | vbo, | ||
| unsigned int | index, | ||
| unsigned int | count | ||
| ) | [inline] |
| void makVrv::DtFormatRenderer< VertexFormat >::drawElements | ( | unsigned int | vertexCount, |
| const VertexFormat * | vertexArray, | ||
| const unsigned int * | indicies, | ||
| unsigned int | count | ||
| ) | [inline] |
| void makVrv::DtFormatRenderer< VertexFormat >::drawElements | ( | unsigned int | vertexCount, |
| unsigned int | vbo, | ||
| unsigned int | ibo, | ||
| unsigned int | count | ||
| ) | [inline] |
| virtual void makVrv::DtFormatRenderer< VertexFormat >::bindVertexArrays | ( | const VertexFormat * | vertexArray | ) | [protected, pure virtual] |
| virtual void makVrv::DtFormatRenderer< VertexFormat >::unbindVertexArrays | ( | ) | [protected, pure virtual] |