qt5base-lts/examples/opengl/hellogles3/hellogles3.pro
Paul Olav Tvete 80dbdf0de3 Make the gles3 example more impressive
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>
2015-07-24 10:18:16 +00:00

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