80dbdf0de3
Add some extra rotations and offsets, to show off the power of what you can do with a single draw call. Also use QGLWindow instead of QGLWidget. This improves performance from 23 FPS to 30 FPS on a 4k monitor with integrated Intel graphics. Change-Id: Iedac1c14cc6057959aa15faaacdf29da91f36ab1 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
12 lines
265 B
Prolog
12 lines
265 B
Prolog
HEADERS = $$PWD/glwindow.h \
|
|
$$PWD/../hellogl2/logo.h
|
|
|
|
SOURCES = $$PWD/glwindow.cpp \
|
|
$$PWD/main.cpp \
|
|
$$PWD/../hellogl2/logo.cpp
|
|
|
|
RESOURCES += hellogles3.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogles3
|
|
INSTALLS += target
|