X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelformat.h;h=c232da1e5876f838cd6db34b9ad496adfb3ae113;hb=48b1ab4fff00c49cc15d70a354eedb3d7a2f3e87;hp=4dabcbb5bfdbdf3d2194eddca4f5910d6b336b2a;hpb=80977251da90a6878b82d143c22b8335284d3b3e;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 4dabcbb5..c232da1e 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -42,8 +42,10 @@ enum PixelFormat void operator>>(const LexicalConverter &, PixelFormat &); PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); +PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat); PixelFormat get_base_pixelformat(PixelFormat); +unsigned get_component_count(PixelFormat); void require_pixelformat(PixelFormat);