

Public Member Functions | |
| virtual void | disable () |
| virtual void | enable () |
| FragmentProcessorARB () | |
| virtual void | parameter (fp::Parameter, const float *) |
| virtual void | parameter (fp::Parameter, float, float, float, float) |
| virtual void | use (unsigned int) |
| virtual | ~FragmentProcessorARB () |
|
|
Definition at line 219 of file fragmentprog.cpp. 00220 {
00221 }
|
|
|
Definition at line 223 of file fragmentprog.cpp. 00224 {
00225 }
|
|
|
Implements FragmentProcessor. Definition at line 232 of file fragmentprog.cpp. 00233 {
00234 //glDisable(GL_FRAGMENT_PROGRAM_ARB);
00235 }
|
|
|
Implements FragmentProcessor. Definition at line 227 of file fragmentprog.cpp. 00228 {
00229 //glEnable(GL_FRAGMENT_PROGRAM_ARB);
00230 }
|
|
||||||||||||
|
Implements FragmentProcessor. Definition at line 248 of file fragmentprog.cpp. 00249 {
00250 //glx::glProgramEnvParameter4fvARB(GL_FRAGMENT_PROGRAM_ARB, param, fv);
00251 }
|
|
||||||||||||||||||||||||
|
Implements FragmentProcessor. Definition at line 242 of file fragmentprog.cpp. 00244 {
00245 //glx::glProgramEnvParameter4fARB(GL_FRAGMENT_PROGRAM_ARB, param, x, y, z, w);
00246 }
|
|
|
Implements FragmentProcessor. Definition at line 237 of file fragmentprog.cpp. 00238 {
00239 //glx::glBindProgramARB(GL_VERTEX_PROGRAM_ARB, prog);
00240 }
|
1.4.1