1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

OpenGL Example (unrefined)

This commit is contained in:
Felix Faire 2014-11-11 16:11:25 +00:00
parent 41f21aed7e
commit fb319467bd
47 changed files with 14498 additions and 2053 deletions

View file

@ -62,10 +62,11 @@ public:
*/
virtual void render() = 0;
OpenGLContext openGLContext;
private:
//==============================================================================
OpenGLContext openGLContext;
int frameCounter;
void newOpenGLContextCreated() override;