X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fframeformat.h;h=c3f6eae7d510c988c748d4a5f493eb73db59f392;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=a78985f38583fa5227c7683bfa9716ca300f3849;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/frameformat.h b/source/core/frameformat.h index a78985f3..c3f6eae7 100644 --- a/source/core/frameformat.h +++ b/source/core/frameformat.h @@ -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