From 960fd278cc478d0bcc8d0e0f6fa4c0aec295b3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 9 Apr 2020 12:15:01 +0200 Subject: [PATCH] GL: doc++ --- src/Magnum/GL/Buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/GL/Buffer.h b/src/Magnum/GL/Buffer.h index 0eb5fdfc8..28b541451 100644 --- a/src/Magnum/GL/Buffer.h +++ b/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,