Shader Class Reference
#include <shader.hh>
Detailed Description
Definition at line 38 of file shader.hh.
Member Function Documentation
| void Activate |
( |
const String & |
name |
) |
|
| static bool Compile |
( |
const std::string & |
shader_name, |
|
|
const std::string & |
shader_code, |
|
|
GLenum |
shader_type, |
|
|
GLuint & |
shader_id | |
|
) |
| | [static] |
| String GetCurrentName |
( |
|
) |
const |
| GLuint GetCurrentProgram |
( |
|
) |
const |
| static Shader& Instance |
( |
|
) |
[static] |
| void Link |
( |
const std::string & |
pr_name, |
|
|
const std::string & |
vs_code, |
|
|
const std::string & |
fs_code | |
|
) |
| | |
The documentation for this class was generated from the following file: