summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicshelperes3_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphicshelpers/graphicshelperes3_p.h')
-rw-r--r--src/render/graphicshelpers/graphicshelperes3_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/graphicshelpers/graphicshelperes3_p.h b/src/render/graphicshelpers/graphicshelperes3_p.h
index 0b12a0509..7a460895f 100644
--- a/src/render/graphicshelpers/graphicshelperes3_p.h
+++ b/src/render/graphicshelpers/graphicshelperes3_p.h
@@ -80,6 +80,7 @@ public:
bool supportsFeature(Feature feature) const Q_DECL_OVERRIDE;
GLboolean unmapBuffer(GLenum target) Q_DECL_OVERRIDE;
void vertexAttribDivisor(GLuint index, GLuint divisor) Q_DECL_OVERRIDE;
+ void vertexAttributePointer(GLenum shaderDataType, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) Q_DECL_OVERRIDE;
UniformType uniformTypeFromGLType(GLenum glType) Q_DECL_OVERRIDE;