![]() |
Gorgon Game Engine
|
Namespaces | |
Gorgon | |
Root namespace for Gorgon Game Engine. | |
Gorgon::Graphics | |
Contains generic 2D graphics related data structures and functions. | |
Gorgon::Graphics::internal | |
Functions inside this namespace is designed for internal use, however, they might be used externally and will not have any impact on inner workings of the system. | |
Functions | |
void | ActivateQuadVertices () |
void | DrawQuadVertices () |
void | Initialize () |
Initializes Graphics module, should be performed after an OpenGL context is created. More... | |
Variables | |
GLuint | quadvbo |
int | quadvertexindex [] |
std::map< decltype(WindowManager::CurrentContext()), GLuint > | vaos |