Basic Renderer
|
Namespaces | |
bRenderer | |
Functions | |
std::string | bRenderer::getTag (LogMode mode) |
void | bRenderer::log (const std::string &msg, LogMode mode=LM_INFO) |
Write a string to the console. More... | |
void | bRenderer::log (const GLubyte *arg, LogMode mode=LM_INFO) |
Write an OpenGL string to the console. More... | |
void | bRenderer::log (const std::string &msg, const GLubyte *arg, LogMode mode=LM_INFO) |
Write a message and an OpenGL string to the console. More... | |