#include <fragmentprog.h>
Inheritance diagram for FragmentProcessor:

Public Member Functions | |
| virtual void | disable ()=0 |
| virtual void | enable ()=0 |
| FragmentProcessor () | |
| virtual void | parameter (fp::Parameter, const float *)=0 |
| virtual void | parameter (fp::Parameter, float, float, float, float)=0 |
| virtual void | parameter (fp::Parameter, const Color &) |
| virtual void | parameter (fp::Parameter, const Point3f &) |
| virtual void | parameter (fp::Parameter, const Vec3f &) |
| virtual void | use (unsigned int)=0 |
| virtual | ~FragmentProcessor () |
Private Attributes | |
| int | dummy |
|
|
Definition at line 154 of file fragmentprog.cpp. 00155 {
00156 }
|
|
|
Definition at line 158 of file fragmentprog.cpp. 00159 {
00160 }
|
|
|
Implemented in FragmentProcessorNV, and FragmentProcessorARB. Referenced by renderEclipseShadows_Shaders(), renderRings(), and renderSphere_FP_VP(). |
|
|
Implemented in FragmentProcessorNV, and FragmentProcessorARB. Referenced by renderEclipseShadows_Shaders(), renderRings(), and renderSphere_FP_VP(). |
|
||||||||||||
|
Implemented in FragmentProcessorNV, and FragmentProcessorARB. |
|
||||||||||||||||||||||||
|
Implemented in FragmentProcessorNV, and FragmentProcessorARB. |
|
||||||||||||
|
Definition at line 172 of file fragmentprog.cpp. References parameter().
|
|
||||||||||||
|
Definition at line 167 of file fragmentprog.cpp. References parameter().
|
|
||||||||||||
|
Definition at line 162 of file fragmentprog.cpp. Referenced by parameter(), renderEclipseShadows_Shaders(), renderRings(), and renderSphere_FP_VP().
|
|
|
Implemented in FragmentProcessorNV, and FragmentProcessorARB. Referenced by renderEclipseShadows_Shaders(), renderRings(), and renderSphere_FP_VP(). |
|
|
Definition at line 74 of file fragmentprog.h. |
1.4.1