#include "wx/osx/private.h"
-#include <AGL/agl.h>
-
// ----------------------------------------------------------------------------
// wxGLCanvas
// ----------------------------------------------------------------------------
return true;
}
-bool wxGLCanvas::SwapBuffers()
-{
- WXGLContext context = WXGLGetCurrentContext();
- wxCHECK_MSG(context, false, _T("should have current context"));
-
- WXGLSwapBuffers(context);
- return true;
-}
-
bool wxGLCanvasBase::IsExtensionSupported(const char *extension)
{
// we need a valid context to query for extensions.