GLSLVertexShader Class Reference

#include <TAPsGLARBPixelBufferObject.hpp>

Inheritance diagram for GLSLVertexShader:

Inheritance graph
[legend]
Collaboration diagram for GLSLVertexShader:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 GLSLVertexShader ()
 GLSLVertexShader ()
 GLSLVertexShader ()
 ~GLSLVertexShader ()
 ~GLSLVertexShader ()
 ~GLSLVertexShader ()


Detailed Description

Definition at line 111 of file TAPsGLARBPixelBufferObject.hpp.


Constructor & Destructor Documentation

GLSLVertexShader::GLSLVertexShader (  ) 

Definition at line 984 of file TAPsGLARBPixelBufferObject.cpp.

00985 {
00986     m_iShaderType = 1;
00987     if ( gbIsGLSLSupported ) {
00988         m_uiShaderObject = glCreateShader( GL_VERTEX_SHADER );
00989         CHECK_GL_ERROR();
00990     }
00991 }

GLSLVertexShader::~GLSLVertexShader (  ) 

Definition at line 994 of file TAPsGLARBPixelBufferObject.cpp.

00995 {}

GLSLVertexShader::GLSLVertexShader (  ) 

GLSLVertexShader::~GLSLVertexShader (  ) 

GLSLVertexShader::GLSLVertexShader (  ) 

GLSLVertexShader::~GLSLVertexShader (  ) 


The documentation for this class was generated from the following files:

Generated on Mon Oct 13 11:44:50 2008 for TAPs by  doxygen 1.5.6