X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=71a8bd4c3de6c98994e618d3a382be4b9dbc1791;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hp=65331c99901fcd5aefee7b78e1fef5727579af9e;hpb=24b24e2203c776aacd9744bb947f5cf47b03d328;p=libs%2Fgl.git diff --git a/source/core/pixelformat.h b/source/core/pixelformat.h index 65331c99..71a8bd4c 100644 --- a/source/core/pixelformat.h +++ b/source/core/pixelformat.h @@ -98,10 +98,9 @@ inline unsigned get_pixel_size(PixelFormat f) { return get_component_count(f)*ge void require_pixelformat(PixelFormat); -unsigned get_gl_components(PixelComponents); -unsigned get_gl_pixelformat(PixelFormat); - } // namespace GL } // namespace Msp +#include "pixelformat_backend.h" + #endif