Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs
GlslProg.h File Reference
#include <string>
#include <sstream>
#include <iostream>
#include <fstream>
#include <exception>
#include <map>
#include "cinder/gl/gl.h"
#include "cinder/Vector.h"
#include "cinder/Color.h"
#include "cinder/Matrix.h"
#include "cinder/DataSource.h"
Include dependency graph for GlslProg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cinder::gl::GlslProg
 Represents an OpenGL GLSL program. Implicitly shared object. More...
 
struct  cinder::gl::GlslProg::Obj
 
class  cinder::gl::GlslProgCompileExc
 
class  cinder::gl::GlslNullProgramExc
 

Namespaces

 cinder
 
 cinder::gl
 

Typedefs

typedef std::shared_ptr< GlslProg > cinder::gl::GlslProgRef