mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-05 17:16:10 +00:00
暂且只支持opengl
This commit is contained in:
parent
6e95a8d7ac
commit
5aa894d4f8
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
// only support AA_UseDesktopOpenGL
|
||||||
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
|
QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);
|
||||||
//QApplication::setAttribute(Qt::AA_UseOpenGLES);
|
|
||||||
//QApplication::setAttribute(Qt::AA_UseSoftwareOpenGL);
|
|
||||||
|
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue