OpenGLTestDarwin.cpp revision 2c05467fd1347225d30dbba3921d9587f1796bf7
/* $Id$ */
/** @file
* VBox host opengl support test
*/
/*
* Copyright (C) 2009 Sun Microsystems, Inc.
*
* Sun Microsystems, Inc. confidential
* All rights reserved
*/
#include <ApplicationServices/ApplicationServices.h>
bool is3DAccelerationSupported()
{
long numPixelFormats = 0;
};
display = CGMainDisplayID();
if (pixelFormat)
{
CGLContextObj cglContext = 0;
if (cglContext)
{
return true;
}
}
return false;
}