summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp')
-rw-r--r--src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp b/src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp
index 01a84fd88..120e9e655 100644
--- a/src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp
+++ b/src/plugins/renderers/opengl/graphicshelpers/graphicshelpergl2.cpp
@@ -470,13 +470,13 @@ void GraphicsHelperGL2::bindImageTexture(GLuint imageUnit, GLuint texture,
GLint mipLevel, GLboolean layered,
GLint layer, GLenum access, GLenum format)
{
- Q_UNUSED(imageUnit)
- Q_UNUSED(texture)
- Q_UNUSED(mipLevel)
- Q_UNUSED(layered)
- Q_UNUSED(layer)
- Q_UNUSED(access)
- Q_UNUSED(format)
+ Q_UNUSED(imageUnit);
+ Q_UNUSED(texture);
+ Q_UNUSED(mipLevel);
+ Q_UNUSED(layered);
+ Q_UNUSED(layer);
+ Q_UNUSED(access);
+ Q_UNUSED(format);
qWarning() << "Shader Images are not supported by OpenGL 2.0 (since OpenGL 4.2)";
}