Browse Source

Doc++

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
ef81b1035c
  1. 3
      src/Mesh.h

3
src/Mesh.h

@ -416,6 +416,7 @@ class MAGNUM_EXPORT Mesh {
/** /**
* @brief Add buffer with non-interleaved vertex attributes for use with given shader * @brief Add buffer with non-interleaved vertex attributes for use with given shader
* @return Pointer to self (for method chaining)
* *
* Attribute list is combination of * Attribute list is combination of
* @ref AbstractShaderProgram::Attribute "attribute definitions" * @ref AbstractShaderProgram::Attribute "attribute definitions"
@ -469,6 +470,7 @@ class MAGNUM_EXPORT Mesh {
/** /**
* @brief Add buffer with interleaved vertex attributes for use with given shader * @brief Add buffer with interleaved vertex attributes for use with given shader
* @return Pointer to self (for method chaining)
* *
* Parameter @p offset is offset of the interleaved array from the * Parameter @p offset is offset of the interleaved array from the
* beginning, attribute list is combination of * beginning, attribute list is combination of
@ -530,6 +532,7 @@ class MAGNUM_EXPORT Mesh {
/** /**
* @brief Add buffer with interleaved vertex attributes for use with given shader * @brief Add buffer with interleaved vertex attributes for use with given shader
* @return Pointer to self (for method chaining)
* *
* See addInterleavedVertexBuffer() for more information. * See addInterleavedVertexBuffer() for more information.
*/ */

Loading…
Cancel
Save