Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/opengl/gl_framebuffer.hh')
-rw-r--r--source/blender/gpu/opengl/gl_framebuffer.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/gpu/opengl/gl_framebuffer.hh b/source/blender/gpu/opengl/gl_framebuffer.hh
index 1de366fc844..95e67f5973c 100644
--- a/source/blender/gpu/opengl/gl_framebuffer.hh
+++ b/source/blender/gpu/opengl/gl_framebuffer.hh
@@ -37,7 +37,7 @@ class GLStateManager;
/**
* Implementation of FrameBuffer object using OpenGL.
- **/
+ */
class GLFrameBuffer : public FrameBuffer {
/* For debugging purpose. */
friend class GLTexture;
@@ -61,7 +61,7 @@ class GLFrameBuffer : public FrameBuffer {
public:
/**
* Create a conventional framebuffer to attach texture to.
- **/
+ */
GLFrameBuffer(const char *name);
/**
@@ -72,7 +72,7 @@ class GLFrameBuffer : public FrameBuffer {
* \param fbo: The (optional) already created object for some implementation. Default is 0.
* \param w: Buffer width.
* \param h: Buffer height.
- **/
+ */
GLFrameBuffer(const char *name, GLContext *ctx, GLenum target, GLuint fbo, int w, int h);
~GLFrameBuffer();