X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelformat.h;fp=source%2Fpixelformat.h;h=dcbb5948f69ad87a391cc1a6f2af4a26a3f997be;hb=8f373af3e375799dd739fe932bc697e8595756b4;hp=17a90d365781095f650109457ec6673506522ac1;hpb=fcaae0500d5c6fa842babe37450c435e4178547a;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 17a90d36..dcbb5948 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -63,7 +63,8 @@ PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat, bool = false); PixelFormat get_base_pixelformat(PixelFormat); -PixelFormat get_sized_pixelformat(PixelFormat); +PixelFormat get_unsized_pixelformat(PixelFormat); +PixelFormat get_sized_pixelformat(PixelFormat, unsigned = 1); PixelFormat get_srgb_pixelformat(PixelFormat); unsigned get_component_count(PixelFormat); unsigned get_component_size(PixelFormat);