Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
opengl.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <glew/glew.h>
4 #include <sdl2/SDL.h>
5 
6 #ifndef BLAM
7 #define BLAM
8 #endif
9 
11 {
12  BLAM void LogGlErrors(int line, const char* filename, GLenum first_error);
13 }
BLAM
#define BLAM
Definition: opengl.h:7
Blam::Rendering::OpenGL::LogGlErrors
BLAM void LogGlErrors(int line, const char *filename, GLenum first_error)
Definition: logging.cpp:60
Blam::Rendering::OpenGL
Definition: opengl.h:10