|
ShishGL
1.0
A simple modular cross-platform graphics library
|
|
Go to the documentation of this file.
2 #ifndef SHISHGL_RENDER_SYSTEM_HPP
3 #define SHISHGL_RENDER_SYSTEM_HPP
12 static bool init(
int* argc_ptr,
char* argv[]);
22 static bool is_initialized;
32 #endif //SHISHGL_RENDER_SYSTEM_HPP
Definition: RenderSystem.hpp:9
static bool terminate()
Definition: RenderSystem.cpp:67
IPlatform & PLATFORM()
Definition: RenderSystem.cpp:32
static bool isInitialized()
Definition: RenderSystem.cpp:38
Definition: CoreApplication.hpp:10
static IPlatform & Platform()
Definition: RenderSystem.cpp:21
static bool init(int *argc_ptr, char *argv[])
Definition: RenderSystem.cpp:44