]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.h
Always delay texture creation until it is allocated
[libs/gl.git] / source / core / frameformat.h
index c80f63e0dd02518e00aa85f9f1eae75947beb564..90132092444488415a447b2840d03ad48c5fb58a 100644 (file)
@@ -76,9 +76,9 @@ inline unsigned get_attach_point(FrameAttachment fa)
 
 PixelFormat get_attachment_pixelformat(FrameAttachment);
 
-GLenum get_gl_attachment(FrameAttachment);
-
 } // namespace GL
 } // namespace Msp
 
+#include "frameformat_backend.h"
+
 #endif