![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include <shaders.h>
Public Member Functions | |
BlamGLSLShader (std::string _id, BlamGLSLShaderType _type, std::string _source) | |
~BlamGLSLShader () | |
std::string | GetID () |
bool | Compile () |
GLuint | GetGLShaderID () |
BlamGLSLShader::BlamGLSLShader | ( | std::string | _id, |
BlamGLSLShaderType | _type, | ||
std::string | _source | ||
) |
BlamGLSLShader::~BlamGLSLShader | ( | ) |
bool BlamGLSLShader::Compile | ( | ) |
GLuint BlamGLSLShader::GetGLShaderID | ( | ) |
std::string BlamGLSLShader::GetID | ( | ) |