

Public Member Functions | |
| virtual void | disable () |
| virtual void | enable () |
| FragmentProcessorNV () | |
| virtual void | parameter (fp::Parameter, const float *) |
| virtual void | parameter (fp::Parameter, float, float, float, float) |
| virtual void | use (unsigned int) |
| virtual | ~FragmentProcessorNV () |
|
|
Definition at line 181 of file fragmentprog.cpp. 00182 {
00183 }
|
|
|
Definition at line 185 of file fragmentprog.cpp. 00186 {
00187 }
|
|
|
Implements FragmentProcessor. Definition at line 194 of file fragmentprog.cpp. References GL_FRAGMENT_PROGRAM_NV. 00195 {
00196 glDisable(GL_FRAGMENT_PROGRAM_NV);
00197 }
|
|
|
Implements FragmentProcessor. Definition at line 189 of file fragmentprog.cpp. References GL_FRAGMENT_PROGRAM_NV. 00190 {
00191 glEnable(GL_FRAGMENT_PROGRAM_NV);
00192 }
|
|
||||||||||||
|
Implements FragmentProcessor. Definition at line 211 of file fragmentprog.cpp. References GL_FRAGMENT_PROGRAM_NV, and glx::glProgramLocalParameter4fvARB. 00212 {
00213 glx::glProgramLocalParameter4fvARB(GL_FRAGMENT_PROGRAM_NV, param, fv);
00214 }
|
|
||||||||||||||||||||||||
|
Implements FragmentProcessor. Definition at line 204 of file fragmentprog.cpp. References GL_FRAGMENT_PROGRAM_NV, and glx::glProgramLocalParameter4fARB. 00206 {
00207 glx::glProgramLocalParameter4fARB(GL_FRAGMENT_PROGRAM_NV,
00208 param, x, y, z, w);
00209 }
|
|
|
Implements FragmentProcessor. Definition at line 199 of file fragmentprog.cpp. References GL_FRAGMENT_PROGRAM_NV, and glx::glBindProgramNV. 00200 {
00201 glx::glBindProgramNV(GL_FRAGMENT_PROGRAM_NV, prog);
00202 }
|
1.4.1