liballofw
Namespaces | Functions
opengl_utils.h File Reference
#include "opengl.h"
#include "logger.h"

Go to the source code of this file.

Namespaces

 allofw
 
 allofw::glutils
 

Functions

void allofw::glutils::checkGLErrors (const char *info, Logger *logger=Logger::Default())
 
GLuint allofw::glutils::compileShaderProgram (const char *source_vertex, const char *source_fragment, Logger *logger=Logger::Default())
 
GLuint allofw::glutils::compileShaderProgram (const char *source_vertex, const char *source_geometry, const char *source_fragment, Logger *logger=Logger::Default())