QtQuick2 and OpenGL 4
QML and Qt Quick
4
Posts
1
Posters
1.4k
Views
1
Watching
-
Hello. I'm newbie in Qt but i would like use OpenGL with QtQuick2. I tried integrate QtQuick2 and OpenGL 4.3. My test "project":https://github.com/nexelen/Qt5OpenGLStudy . But I have questions. Firts: why glClearColor dont work in initialise function? Second: why application with updates load of CPU 23%+ but if I use QWindow load of CPU 1-2%. And last question: why i must use compatibility profile(OpenGL)(I think because QtQuick2 use OpenGL 2.1)?
P.S. Sorry for my English ;)
-