]> git.tdb.fi Git - libs/gl.git/blobdiff - source/framebuffer.h
Remove a number of rarely used legacy features
[libs/gl.git] / source / framebuffer.h
index f34ecf5c6eeea0204eaa685dfee5e7f4537e75b9..2e29dbc3f440c7f1b9f1646e7dd611d39e977dc4 100644 (file)
@@ -40,8 +40,7 @@ enum BufferBits
 {
        COLOR_BUFFER_BIT   = GL_COLOR_BUFFER_BIT,
        DEPTH_BUFFER_BIT   = GL_DEPTH_BUFFER_BIT,
-       STENCIL_BUFFER_BIT = GL_STENCIL_BUFFER_BIT,
-       ACCUM_BUFFER_BIT   = GL_ACCUM_BUFFER_BIT
+       STENCIL_BUFFER_BIT = GL_STENCIL_BUFFER_BIT
 };
 
 enum RWBuffer