X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelformat.h;fp=source%2Fpixelformat.h;h=590ab97eb62cd1e48821e27b9ddda71352149d48;hb=e37851b98dde5082ee92570354746f2f92e21940;hp=01f626c43882bc192b00e83051b9c7c723fcf07c;hpb=49758ab622d2e8ed4b3a60d7b9afc4abd741300c;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 01f626c4..590ab97e 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -54,6 +54,7 @@ PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat); PixelFormat get_base_pixelformat(PixelFormat); +PixelFormat get_srgb_pixelformat(PixelFormat); unsigned get_component_count(PixelFormat); void require_pixelformat(PixelFormat);