From 7b49479b0791143e00a0718859c60aae1d603468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 May 2018 19:07:29 +0200 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/Buffer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Magnum/GL/Buffer.h b/src/Magnum/GL/Buffer.h index 206343ab8..727832946 100644 --- a/src/Magnum/GL/Buffer.h +++ b/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