summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglshaderprogram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qopenglshaderprogram.cpp')
-rw-r--r--src/gui/opengl/qopenglshaderprogram.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglshaderprogram.cpp b/src/gui/opengl/qopenglshaderprogram.cpp
index d2429cdd23..bfde270446 100644
--- a/src/gui/opengl/qopenglshaderprogram.cpp
+++ b/src/gui/opengl/qopenglshaderprogram.cpp
@@ -1516,6 +1516,9 @@ void QOpenGLShaderProgram::setAttributeArray
The setAttributeBuffer() function can be used to set the attribute
array to an offset within a vertex buffer.
+ \note Normalization will be enabled. If this is not desired, call
+ glVertexAttribPointer directly through QOpenGLFunctions.
+
\sa setAttributeValue(), setUniformValue(), enableAttributeArray()
\sa disableAttributeArray(), setAttributeBuffer()
*/
@@ -1659,6 +1662,9 @@ void QOpenGLShaderProgram::setAttributeArray
on the \a location. Otherwise the value specified with
setAttributeValue() for \a location will be used.
+ \note Normalization will be enabled. If this is not desired, call
+ glVertexAttribPointer directly through QOpenGLFunctions.
+
\sa setAttributeArray()
*/
void QOpenGLShaderProgram::setAttributeBuffer