X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpixelformat.h;h=2db894a78447ed0d6b7b2892f7c5e8a499509774;hp=5d59c255ea2c40e42aa2a9e20240e47607c22201;hb=97b8f0d945474582c2213b70418d399e5641f0d5;hpb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6 diff --git a/source/pixelformat.h b/source/pixelformat.h index 5d59c255..2db894a7 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -70,6 +70,7 @@ PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat, bool = fals PixelFormat get_base_pixelformat(PixelFormat); PixelFormat get_unsized_pixelformat(PixelFormat); PixelFormat get_sized_pixelformat(PixelFormat, unsigned = 1); +PixelFormat get_default_sized_pixelformat(PixelFormat); PixelFormat get_srgb_pixelformat(PixelFormat); unsigned get_component_count(PixelFormat); unsigned get_component_size(PixelFormat);