1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

More OpenGL work.

This commit is contained in:
jules 2011-10-20 22:26:55 +01:00
parent 27d7185f34
commit 0e478bf131
16 changed files with 346 additions and 163 deletions

View file

@ -146,6 +146,11 @@ public:
return renderContext;
}
unsigned int getFrameBufferID() const
{
return 0;
}
void updateWindowPosition (const Rectangle<int>& bounds)
{
ScopedXLock xlock;