Carna  Version 3.3.2
Classes | Public Member Functions | Public Attributes | List of all members
Carna::base::ShaderProgram Class Reference

Maintains an OpenGL shader program. Realizes the RAII-idiom. More...

#include <ShaderProgram.h>

Classes

class  Factory
 Creates OpenGL shader program. More...
 

Public Member Functions

virtual ~ShaderProgram ()
 Deletes the maintained OpenGL shader program.
 

Public Attributes

const unsigned int id
 Holds the shader program ID.
 

Detailed Description

Maintains an OpenGL shader program. Realizes the RAII-idiom.

See also
The concept of shaders is explained here.
Author
Leonid Kostrykin
Date
2009 - 2015

Definition at line 47 of file ShaderProgram.h.


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