]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.h
Automatically detect which multisample buffers to resolve
[libs/gl.git] / source / core / frameformat.h
index c80f63e0dd02518e00aa85f9f1eae75947beb564..a78985f38583fa5227c7683bfa9716ca300f3849 100644 (file)
@@ -77,6 +77,7 @@ inline unsigned get_attach_point(FrameAttachment fa)
 PixelFormat get_attachment_pixelformat(FrameAttachment);
 
 GLenum get_gl_attachment(FrameAttachment);
+GLenum get_gl_buffer_bits(const FrameFormat &);
 
 } // namespace GL
 } // namespace Msp