#include <vertexprog.h>
Inheritance diagram for VertexProcessor:

Public Member Functions | |
| virtual void | attribArray (unsigned int index, int size, GLenum type, unsigned int strude, const void *pointer)=0 |
| virtual void | disable ()=0 |
| virtual void | disableAttribArray (unsigned int)=0 |
| virtual void | enable ()=0 |
| virtual void | enableAttribArray (unsigned int)=0 |
| virtual void | parameter (vp::Parameter, const float *)=0 |
| virtual void | parameter (vp::Parameter, float, float, float, float)=0 |
| virtual void | parameter (vp::Parameter, const Color &) |
| virtual void | parameter (vp::Parameter, const Point3f &) |
| virtual void | parameter (vp::Parameter, const Vec3f &) |
| virtual void | use (unsigned int)=0 |
| VertexProcessor () | |
| virtual | ~VertexProcessor () |
Private Attributes | |
| int | dummy |
|
|
Definition at line 371 of file vertexprog.cpp. 00372 {
00373 }
|
|
|
Definition at line 375 of file vertexprog.cpp. 00376 {
00377 }
|
|
||||||||||||||||||||||||
|
Implemented in VertexProcessorNV, and VertexProcessorARB. Referenced by LODSphereMesh::renderSection(). |
|
|
|
Implemented in VertexProcessorNV, and VertexProcessorARB. Referenced by Renderer::PointStarVertexBuffer::finish(), and LODSphereMesh::render(). |
|
|
|
Implemented in VertexProcessorNV, and VertexProcessorARB. Referenced by LODSphereMesh::render(). |
|
||||||||||||
|
Implemented in VertexProcessorNV, and VertexProcessorARB. |
|
||||||||||||||||||||||||
|
Implemented in VertexProcessorNV, and VertexProcessorARB. |
|
||||||||||||
|
Definition at line 389 of file vertexprog.cpp. References parameter().
|
|
||||||||||||
|
Definition at line 384 of file vertexprog.cpp. References parameter().
|
|
||||||||||||
|
Definition at line 379 of file vertexprog.cpp. Referenced by parameter(), renderEclipseShadows_Shaders(), Galaxy::renderGalaxyEllipsoid(), Renderer::renderObject(), renderRings(), renderRingShadowsVS(), renderShadowedModelVertexShader(), renderSphere_Combiners_VP(), renderSphere_DOT3_VP(), and renderSphere_FP_VP().
|
|
|
|
Definition at line 116 of file vertexprog.h. |
1.4.1