Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

FragmentProcessorARB Class Reference

Inheritance diagram for FragmentProcessorARB:

Inheritance graph
Collaboration diagram for FragmentProcessorARB:

Collaboration graph
List of all members.

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 ()

Constructor & Destructor Documentation

FragmentProcessorARB::FragmentProcessorARB  ) 
 

Definition at line 219 of file fragmentprog.cpp.

00220 {
00221 }

FragmentProcessorARB::~FragmentProcessorARB  )  [virtual]
 

Definition at line 223 of file fragmentprog.cpp.

00224 {
00225 }


Member Function Documentation

void FragmentProcessorARB::disable  )  [virtual]
 

Implements FragmentProcessor.

Definition at line 232 of file fragmentprog.cpp.

00233 {
00234     //glDisable(GL_FRAGMENT_PROGRAM_ARB);
00235 }

void FragmentProcessorARB::enable  )  [virtual]
 

Implements FragmentProcessor.

Definition at line 227 of file fragmentprog.cpp.

00228 {
00229     //glEnable(GL_FRAGMENT_PROGRAM_ARB);
00230 }

void FragmentProcessorARB::parameter fp::Parameter  ,
const float * 
[virtual]
 

Implements FragmentProcessor.

Definition at line 248 of file fragmentprog.cpp.

00249 {
00250     //glx::glProgramEnvParameter4fvARB(GL_FRAGMENT_PROGRAM_ARB, param, fv);
00251 }

void FragmentProcessorARB::parameter fp::Parameter  ,
float  ,
float  ,
float  ,
float 
[virtual]
 

Implements FragmentProcessor.

Definition at line 242 of file fragmentprog.cpp.

00244 {
00245     //glx::glProgramEnvParameter4fARB(GL_FRAGMENT_PROGRAM_ARB, param, x, y, z, w);
00246 }

void FragmentProcessorARB::use unsigned  int  )  [virtual]
 

Implements FragmentProcessor.

Definition at line 237 of file fragmentprog.cpp.

00238 {
00239     //glx::glBindProgramARB(GL_VERTEX_PROGRAM_ARB, prog);
00240 }


The documentation for this class was generated from the following file:
Generated on Sat Jan 14 22:33:20 2006 for Celestia by  doxygen 1.4.1