summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicshelpergl3_3_p.h
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2016-04-14 13:34:33 +0100
committerRobert Brock <robert.brock@kdab.com>2016-04-20 07:06:29 +0000
commitd1dfd325aa732aa8a7e834becea640421453d5b6 (patch)
tree6bff9bc06352b406a4a23ada5735466e46fad491 /src/render/graphicshelpers/graphicshelpergl3_3_p.h
parentb3eea6ae2d91d9f5460d7e80c329d6cf40915732 (diff)
AntiAliasing added as Renderstate
Adding antialiasing that can be enabled in renderstates Change-Id: I0728e69dba5896ca86e56b940682990fafd0a297 Task-number: QTBUG-52191 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/graphicshelpers/graphicshelpergl3_3_p.h')
-rw-r--r--src/render/graphicshelpers/graphicshelpergl3_3_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/graphicshelpers/graphicshelpergl3_3_p.h b/src/render/graphicshelpers/graphicshelpergl3_3_p.h
index b395ccc6b..def34df85 100644
--- a/src/render/graphicshelpers/graphicshelpergl3_3_p.h
+++ b/src/render/graphicshelpers/graphicshelpergl3_3_p.h
@@ -111,6 +111,7 @@ public:
QVector<ShaderUniform> programUniformsAndLocations(GLuint programId) Q_DECL_OVERRIDE;
QVector<ShaderStorageBlock> programShaderStorageBlocks(GLuint programId) Q_DECL_OVERRIDE;
void releaseFrameBufferObject(GLuint frameBufferId) Q_DECL_OVERRIDE;
+ void setMSAAEnabled(bool enable) Q_DECL_OVERRIDE;
void setAlphaCoverageEnabled(bool enable) Q_DECL_OVERRIDE;
void setClipPlane(int clipPlane, const QVector3D &normal, float distance) Q_DECL_OVERRIDE;
void setSeamlessCubemap(bool enable) Q_DECL_OVERRIDE;