Shader Class Reference
#include <shaders.h>
List of all members.
Detailed Description
Definition at line 36 of file shaders.h.
Member Enumeration Documentation
anonymous enum [protected] |
Constructor & Destructor Documentation
Shader::Shader |
( |
void |
|
) |
[inline] |
Member Function Documentation
bool Shader::Compile |
( |
void |
|
) |
[inline] |
void Shader::Del |
( |
void |
|
) |
[inline, virtual] |
void Shader::DoBind |
( |
void |
|
) |
[inline, protected, virtual] |
void Shader::DoUnbind |
( |
void |
|
) |
[inline, protected, virtual] |
void Shader::Gen |
( |
void |
|
) |
[inline, virtual] |
std::string Shader::InfoLog |
( |
void |
|
) |
[inline] |
bool Shader::IsCompiled |
( |
void |
|
) |
[inline] |
bool Shader::LoadSource |
( |
const char * |
fileName |
) |
[inline] |
void Shader::SetSource |
( |
const char * |
src |
) |
[inline] |
virtual ShaderType Shader::Type |
( |
void |
|
) |
const [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: