![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions exclusive to OpenGL. More...
Functions | |
BLAM BlamResult | Initialize () |
Initializes OpenGL. More... | |
BLAM void | RenderLoop () |
Renders a frame to the application window. More... | |
BLAM void | Shutdown () |
Shuts down OpenGL. More... | |
BLAM SDL_GLContext * | GetGLContext () |
Retrieves the current OpenGL context. More... | |
Namespace containing functions exclusive to OpenGL.
SDL_GLContext * BlamRendering::OpenGL::GetGLContext | ( | ) |
BlamResult BlamRendering::OpenGL::Initialize | ( | ) |
Initializes OpenGL.
void BlamRendering::OpenGL::RenderLoop | ( | ) |
Renders a frame to the application window.
void BlamRendering::OpenGL::Shutdown | ( | ) |
Shuts down OpenGL.