X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=71a8bd4c3de6c98994e618d3a382be4b9dbc1791;hb=160e9eea29bd10034733d59507fa1bcca36be401;hp=75651a8f872edfb93c6ab4849b54455f5867063f;hpb=8b3e51aeff0e22d29a34772c77b8647108f58677;p=libs%2Fgl.git diff --git a/source/core/pixelformat.h b/source/core/pixelformat.h index 75651a8f..71a8bd4c 100644 --- a/source/core/pixelformat.h +++ b/source/core/pixelformat.h @@ -3,7 +3,6 @@ #include #include -#include "gl.h" #include "datatype.h" namespace Msp { @@ -99,10 +98,9 @@ inline unsigned get_pixel_size(PixelFormat f) { return get_component_count(f)*ge void require_pixelformat(PixelFormat); -GLenum get_gl_components(PixelComponents); -GLenum get_gl_pixelformat(PixelFormat); - } // namespace GL } // namespace Msp +#include "pixelformat_backend.h" + #endif