暂且只支持opengl

dev
Barry 7 years ago
parent 6e95a8d7ac
commit 5aa894d4f8

@ -7,9 +7,8 @@
int main(int argc, char *argv[])
{
// only support AA_UseDesktopOpenGL
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
//QApplication::setAttribute(Qt::AA_UseOpenGLES);
//QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
QApplication a(argc, argv);

Loading…
Cancel
Save