|
|
|
@ -404,8 +404,9 @@ class MAGNUM_EXPORT Mesh { |
|
|
|
* |
|
|
|
* |
|
|
|
* Default is zero. |
|
|
|
* Default is zero. |
|
|
|
* @attention All bound attributes are reset after calling this |
|
|
|
* @attention All bound attributes are reset after calling this |
|
|
|
* function, so you must call |
|
|
|
* function, so if your mesh has any vertex attributes, be sure |
|
|
|
* addVertexBuffer()/addInterleavedVertexBuffer() afterwards. |
|
|
|
* to call addVertexBuffer()/addInterleavedVertexBuffer() |
|
|
|
|
|
|
|
* afterwards. |
|
|
|
* @see MeshTools::interleave() |
|
|
|
* @see MeshTools::interleave() |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
Mesh* setVertexCount(GLsizei vertexCount); |
|
|
|
Mesh* setVertexCount(GLsizei vertexCount); |
|
|
|
|