X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelformat.h;h=81662cb9ea63dd798fe91a4218e8f47f0cdf3fae;hb=5172d32d67595ea0b70184fadcfcb8e023cccbc8;hp=6063145ad859c042eb5070c5ae787ad94d904d87;hpb=e17243fb2421977cb781361828b77718e2cf8d48;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 6063145a..81662cb9 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -49,6 +49,8 @@ std::istream &operator>>(std::istream &, PixelFormat &); PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); +PixelFormat get_base_pixelformat(PixelFormat); + } // namespace GL } // namespace Msp