Browse Source

GL: doc++

pull/194/merge
Vladimír Vondruš 8 years ago
parent
commit
7b49479b07
  1. 5
      src/Magnum/GL/Buffer.h

5
src/Magnum/GL/Buffer.h

@ -79,7 +79,10 @@ enum class BufferUsage: GLenum {
StreamCopy = GL_STREAM_COPY,
#endif
/** Set once by the application and used frequently for drawing. */
/**
* Set once by the application and used frequently for drawing. A good
* default choice if you are not sure.
*/
StaticDraw = GL_STATIC_DRAW,
#ifndef MAGNUM_TARGET_GLES2

Loading…
Cancel
Save