Browse Source

GL: doc++

pull/434/head
Vladimír Vondruš 6 years ago
parent
commit
960fd278cc
  1. 2
      src/Magnum/GL/Buffer.h

2
src/Magnum/GL/Buffer.h

@ -108,7 +108,7 @@ enum class BufferUsage: GLenum {
/**
* Updated frequently by the application and used frequently for drawing or
* copying to other images.
* copying to other buffers.
*/
DynamicDraw = GL_DYNAMIC_DRAW,

Loading…
Cancel
Save