]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pixelformat.h
Remove the obsolete storage statement with border
[libs/gl.git] / source / pixelformat.h
index 6d68bbc170d0b9f2228087567ef0984bb951aa3d..7a562cc948408bccf0eaaba9982df73edc7307e7 100644 (file)
@@ -7,6 +7,8 @@
 #include <msp/gl/extensions/arb_texture_float.h>
 #include <msp/gl/extensions/ext_bgra.h>
 #include <msp/gl/extensions/ext_texture_srgb.h>
+#include <msp/gl/extensions/msp_legacy_features.h>
+#include <msp/gl/extensions/msp_sized_internal_formats.h>
 
 namespace Msp {
 namespace GL {
@@ -47,7 +49,7 @@ enum PixelFormat
 void operator>>(const LexicalConverter &, PixelFormat &);
 
 PixelFormat pixelformat_from_graphics(Graphics::PixelFormat);
-PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat);
+PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat, bool = false);
 
 PixelFormat get_base_pixelformat(PixelFormat);
 PixelFormat get_srgb_pixelformat(PixelFormat);