]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Remove support for texture borders
[libs/gl.git] / source / pixelformat.h
index 6063145ad859c042eb5070c5ae787ad94d904d87..81662cb9ea63dd798fe91a4218e8f47f0cdf3fae 100644 (file)
@@ -49,6 +49,8 @@ std::istream &operator>>(std::istream &, PixelFormat &);
 
 PixelFormat pixelformat_from_graphics(Graphics::PixelFormat);
 
+PixelFormat get_base_pixelformat(PixelFormat);
+
 } // namespace GL
 } // namespace Msp