Developer Documentation
GLSL::VertexShader Class Reference

GLSL vertex shader. More...

#include <OpenFlipper/libs_required/ACG/ShaderUtils/GLSLShader.hh>

Inheritance diagram for GLSL::VertexShader:
GLSL::Shader

Additional Inherited Members

- Public Member Functions inherited from GLSL::Shader
 Shader (GLenum shaderType)
 Creates a new shader. More...
 
virtual ~Shader ()
 Deletes the shader object. More...
 
void setSource (const StringList &source)
 Upload the source of the shader. More...
 
void setSource (const QStringList &source)
 Upload the source of the shader. More...
 
bool compile (bool verbose=true)
 Compile the shader object. More...
 
- Protected Attributes inherited from GLSL::Shader
GLuint m_shaderId
 

Detailed Description

GLSL vertex shader.

Definition at line 95 of file GLSLShader.hh.

Constructor & Destructor Documentation

◆ VertexShader()

GLSL::VertexShader::VertexShader ( )

Definition at line 181 of file GLSLShader.cc.

◆ ~VertexShader()

GLSL::VertexShader::~VertexShader ( )
virtual

Definition at line 182 of file GLSLShader.cc.


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