vertex shader test class More...
#include <test_vert.h>
Public Member Functions | |
TestVert (int duration, int type, TScene *s) | |
Vertex shader tests initialization. | |
void | SaveResults () |
Calculate average framerate and save results. | |
void | Run () |
Test run, counts FPS and increment time. | |
void | Animate () |
Test animation: increment animation variable and perform various animations. |
vertex shader test class
TestVert::TestVert | ( | int | _duration, | |
int | _type, | |||
TScene * | s | |||
) |
Vertex shader tests initialization.
_duration | test duration | |
_type | test type | |
s | pointer to scene |