sphore 0.0.1
SPH openGL rendering engine
|
Code for handeling a glut window. More...
#include "device.h"
Go to the source code of this file.
Functions | |
void | glut_device_init () |
Initialises a glut window for rendering to. | |
void | glut_main_loop (void) |
Enter the interactive loop. |
Code for handeling a glut window.
void glut_device_init | ( | ) |
Initialises a glut window for rendering to.
void glut_main_loop | ( | void | ) |
Enter the interactive loop.
Due to the limitations of glut, you will never return from this function!