a6b8b03f86
OpenGL ES 3.1 introduces compute shaders. This patch enables them also in QOpenGLShader/QOpenGLShaderProgram. A GL/GLES example using QOpenGLShaderProgram for compute shaders is also included. Change-Id: I3951a302d7c2b096548f829b9b4578b5a525c453 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
10 lines
195 B
Prolog
10 lines
195 B
Prolog
HEADERS = $$PWD/glwindow.h
|
|
|
|
SOURCES = $$PWD/glwindow.cpp \
|
|
$$PWD/main.cpp
|
|
|
|
RESOURCES += computegles31.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
|
|
INSTALLS += target
|