]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.h
Move all OpenGL-specific code to a separate directory
[libs/gl.git] / source / core / frameformat.h
index c3f6eae7d510c988c748d4a5f493eb73db59f392..90132092444488415a447b2840d03ad48c5fb58a 100644 (file)
@@ -76,10 +76,9 @@ inline unsigned get_attach_point(FrameAttachment fa)
 
 PixelFormat get_attachment_pixelformat(FrameAttachment);
 
-unsigned get_gl_attachment(FrameAttachment);
-unsigned get_gl_buffer_bits(const FrameFormat &);
-
 } // namespace GL
 } // namespace Msp
 
+#include "frameformat_backend.h"
+
 #endif