]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Check the relevant extensions when using pixel formats
[libs/gl.git] / source / pixelformat.h
index 145e2a3861d835517eb5493d755d1a8904cf2b1f..55115cf77e7bbde4a2ac3af6f92d42ae7fcd9edb 100644 (file)
@@ -44,6 +44,8 @@ PixelFormat pixelformat_from_graphics(Graphics::PixelFormat);
 
 PixelFormat get_base_pixelformat(PixelFormat);
 
+void require_pixelformat(PixelFormat);
+
 } // namespace GL
 } // namespace Msp