]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Support linear to sRGB conversion when loading materials and textures
[libs/gl.git] / source / pixelformat.h
index 01f626c43882bc192b00e83051b9c7c723fcf07c..590ab97eb62cd1e48821e27b9ddda71352149d48 100644 (file)
@@ -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);