From 1086f49267a8c469384550e57e108d8eb957332c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 24 Feb 2006 15:43:51 +0000 Subject: added GL_EXT_framebuffer_object opcodes (Dave Reveman) --- glxproto.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/glxproto.h b/glxproto.h index e98492f..c1382a5 100644 --- a/glxproto.h +++ b/glxproto.h @@ -2515,4 +2515,13 @@ typedef struct { /* 299. GL_EXT_blend_equation_separate */ #define X_GLrop_BlendEquationSeparateEXT 4228 +/* 310. GL_EXT_framebuffer_object */ +#define X_GLvop_IsRenderbufferEXT 1422 +#define X_GLvop_GenRenderbuffersEXT 1423 +#define X_GLvop_GetRenderbufferParameterivEXT 1424 +#define X_GLvop_IsFramebufferEXT 1425 +#define X_GLvop_GenFramebuffersEXT 1426 +#define X_GLvop_CheckFramebufferStatusEXT 1427 +#define X_GLvop_GetFramebufferAttachmentParameterivEXT 1428 + #endif /* _GLX_glxproto_h_ */ -- cgit v1.2.1