X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fframebuffer.h;h=1dd8c96f219f946b42568e4c34d052df5d8c6a53;hp=5a9993dae202421f1c6434ebe5bb4bd006c5569f;hb=18f611802019c809d4257f6d1c0e341d3a645b1a;hpb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6 diff --git a/source/framebuffer.h b/source/framebuffer.h index 5a9993da..1dd8c96f 100644 --- a/source/framebuffer.h +++ b/source/framebuffer.h @@ -6,7 +6,6 @@ #include "gl.h" #include "texturecube.h" #include -#include #include namespace Msp { @@ -46,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: