X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fframebuffer.h;h=1dd8c96f219f946b42568e4c34d052df5d8c6a53;hp=4fcfa9002c734ca6c05e1332a5775aea1e512633;hb=18f611802019c809d4257f6d1c0e341d3a645b1a;hpb=587b88ea9730cee089428b6491b9b166a1793173 diff --git a/source/framebuffer.h b/source/framebuffer.h index 4fcfa900..1dd8c96f 100644 --- a/source/framebuffer.h +++ b/source/framebuffer.h @@ -6,7 +6,7 @@ #include "gl.h" #include "texturecube.h" #include -#include +#include namespace Msp { namespace GL { @@ -45,20 +45,6 @@ enum BufferBits STENCIL_BUFFER_BIT = GL_STENCIL_BUFFER_BIT }; -enum RWBuffer -{ - NO_BUFFER = GL_NONE, - FRONT_LEFT = GL_FRONT_LEFT, - FRONT_RIGHT = GL_FRONT_RIGHT, - BACK_LEFT = GL_BACK_LEFT, - BACK_RIGHT = GL_BACK_RIGHT, - FRONT = GL_FRONT, - BACK = GL_BACK, - LEFT = GL_LEFT, - RIGHT = GL_RIGHT, - FRONT_AND_BACK = GL_FRONT_AND_BACK -}; - class framebuffer_incomplete: public std::runtime_error { public: