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:
parent
41f21aed7e
commit
fb319467bd
47 changed files with 14498 additions and 2053 deletions
|
|
@ -62,10 +62,11 @@ public:
|
|||
*/
|
||||
virtual void render() = 0;
|
||||
|
||||
OpenGLContext openGLContext;
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
OpenGLContext openGLContext;
|
||||
|
||||
int frameCounter;
|
||||
|
||||
void newOpenGLContextCreated() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue