]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/frameformat.h
Completely hide OpenGL from the public headers
[libs/gl.git] / source / core / frameformat.h
index a78985f38583fa5227c7683bfa9716ca300f3849..c3f6eae7d510c988c748d4a5f493eb73db59f392 100644 (file)
@@ -76,8 +76,8 @@ inline unsigned get_attach_point(FrameAttachment fa)
 
 PixelFormat get_attachment_pixelformat(FrameAttachment);
 
-GLenum get_gl_attachment(FrameAttachment);
-GLenum get_gl_buffer_bits(const FrameFormat &);
+unsigned get_gl_attachment(FrameAttachment);
+unsigned get_gl_buffer_bits(const FrameFormat &);
 
 } // namespace GL
 } // namespace Msp