|
InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include <Shader.h>
Public Member Functions | |
| Shader (const std::string &path) | |
| ~Shader () | |
| void | bind () const |
| void | unbind () const |
| GLint | getAttribLocation (const std::string &name) const |
| GLint | getUniformLocation (const std::string &name) const |
| bool | isCreatedSuccessfully () const |
| Shader::Shader | ( | const std::string & | path) |
| Shader::~Shader | ( | ) |
| void Shader::bind | ( | ) | const |
| GLint Shader::getAttribLocation | ( | const std::string & | name) | const |
| GLint Shader::getUniformLocation | ( | const std::string & | name) | const |
| bool Shader::isCreatedSuccessfully | ( | ) | const |
| void Shader::unbind | ( | ) | const |