CSEngine
|
Public Member Functions | |
void | Init (GLuint width, GLuint height) |
void | ResizeWindow (GLuint width, GLuint height) const |
void | SetDeviceBuffer (unsigned int id) |
void | Update (float elapsedTime) |
void | Render (float elapsedTime) const |
void | GenerateCores () |
void | Exterminate () |
Definition at line 8 of file MainProc.h.
MainProc::~MainProc | ( | ) |
Definition at line 14 of file MainProc.cpp.
void MainProc::Exterminate | ( | ) |
Definition at line 36 of file MainProc.cpp.
void MainProc::GenerateCores | ( | ) |
Definition at line 49 of file MainProc.cpp.
void MainProc::Init | ( | GLuint | width, |
GLuint | height ) |
Definition at line 19 of file MainProc.cpp.
void MainProc::Render | ( | float | elapsedTime | ) | const |
Definition at line 31 of file MainProc.cpp.
void MainProc::ResizeWindow | ( | GLuint | width, |
GLuint | height ) const |
Definition at line 41 of file MainProc.cpp.
void MainProc::SetDeviceBuffer | ( | unsigned int | id | ) |
Definition at line 45 of file MainProc.cpp.
void MainProc::Update | ( | float | elapsedTime | ) |
Definition at line 25 of file MainProc.cpp.