diff --git a/src/Magnum/GL/Mesh.h b/src/Magnum/GL/Mesh.h index f976df06c..00fa1f2ed 100644 --- a/src/Magnum/GL/Mesh.h +++ b/src/Magnum/GL/Mesh.h @@ -853,7 +853,7 @@ class MAGNUM_GL_EXPORT Mesh: public AbstractObject { * @brief Add buffer with (interleaved) vertex attributes for use with given shader * @return Reference to self (for method chaining) * - * Parameter @p offset is offset of the array from the beginning, + * The @p offset is a byte offset from the beginning of the buffer, the * attribute list is combination of @ref Attribute "attribute definitions" * (specified in implementation of given shader) and offsets between * interleaved attributes.