Runs the test. It's used by Window. More...
#include <IRunner.h>
Public Member Functions | |
| virtual void | InitializeOpengl (void)=0 |
| It is called after opengl context is created. It can be used to setup opengl states. | |
| virtual void | Run (float elapsedTime)=0 |
| Runs a step of the test. Its called once every iteration of the main loop. | |
| virtual void | Reshape (int width, int height)=0 |
| It is called when the window has been reshaped. | |
Protected Member Functions | |
| IRunner (void) | |
| Contructor hidden from user. | |
| virtual | ~IRunner (void)=0 |
| Destructor hidden from user. | |
Runs the test. It's used by Window.
| virtual void GlutWrapper::IRunner::Reshape | ( | int | width, | |
| int | height | |||
| ) | [pure virtual] |
It is called when the window has been reshaped.
| width | render window width | |
| height | render window height |
Implemented in CUDARayCasting::Runner.
1.6.2