X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpixelformat.h;h=5d59c255ea2c40e42aa2a9e20240e47607c22201;hp=14ca580e5fc7e9cbdb22ebc9f5ce6f2725312f0b;hb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6;hpb=e226ee890690e08cfa6f89a9a64e8a338db63822 diff --git a/source/pixelformat.h b/source/pixelformat.h index 14ca580e..5d59c255 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -4,13 +4,15 @@ #include #include #include "gl.h" +#include #include #include #include #include #include #include -#include +#include +#include namespace Msp { namespace GL { @@ -22,6 +24,7 @@ enum PixelFormat DEPTH_COMPONENT16 = GL_DEPTH_COMPONENT16, DEPTH_COMPONENT24 = GL_DEPTH_COMPONENT24, DEPTH_COMPONENT32 = GL_DEPTH_COMPONENT32, + DEPTH_COMPONENT32F = GL_DEPTH_COMPONENT32F, RED = GL_RED, RG = GL_RG, RGB = GL_RGB,