Started refactoring examples and got DecodeOnGPUExample working.

This commit is contained in:
David Williams
2015-02-15 12:03:31 +01:00
parent 92daf9a0c0
commit 3f849e19a4
5 changed files with 78 additions and 43 deletions

View File

@ -136,6 +136,10 @@ protected:
void resizeGL(int w, int h);
void paintGL();
virtual void initialize()
{
}
private:
void setupWorldToCameraMatrix();