X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fframeformat.h;fp=source%2Fcore%2Fframeformat.h;h=90132092444488415a447b2840d03ad48c5fb58a;hp=c3f6eae7d510c988c748d4a5f493eb73db59f392;hb=160e9eea29bd10034733d59507fa1bcca36be401;hpb=93448d16e72e38afbaecbccf6fdedd46d6a82a73 diff --git a/source/core/frameformat.h b/source/core/frameformat.h index c3f6eae7..90132092 100644 --- a/source/core/frameformat.h +++ b/source/core/frameformat.h @@ -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