X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpixelformat.h;h=a0e578a6a65443dab00fd69007f669ac1d546730;hp=4da1a1517ae60b45b85aea8d41b7452744326f19;hb=f1b12c992db974c679d85ae6ec22cd318199d0d5;hpb=67538c60b8baa6816b8ae2d343ae62d881e6c58d diff --git a/source/pixelformat.h b/source/pixelformat.h index 4da1a151..a0e578a6 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -13,13 +13,8 @@ namespace GL { enum PixelFormat { - COLOR_INDEX = GL_COLOR_INDEX, STENCIL_INDEX = GL_STENCIL_INDEX, DEPTH_COMPONENT = GL_DEPTH_COMPONENT, - RED = GL_RED, - GREEN = GL_GREEN, - BLUE = GL_BLUE, - ALPHA = GL_ALPHA, RGB = GL_RGB, RGBA = GL_RGBA, RGB8 = GL_RGB8,