diff options
author | Brian Paul <[email protected]> | 2009-01-22 15:04:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-22 15:04:11 -0700 |
commit | 7d98f5ab6e207586dcac4b165221ea9852fcf035 (patch) | |
tree | 65298e1d648deccd34eeaa8b86dc8e0078d35594 /src/mesa/main/mfeatures.h | |
parent | 27d08f0ed28792de9b9f0a977c13ee7ea7c0cf46 (diff) |
mesa: initial extension bits for GL_ARB_framebuffer_object
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 3819da3d680..8fb32dd7e94 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -60,6 +60,7 @@ #define FEATURE_ARB_occlusion_query _HAVE_FULL_GL #define FEATURE_ARB_fragment_program _HAVE_FULL_GL +#define FEATURE_ARB_framebuffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_buffer_object _HAVE_FULL_GL #define FEATURE_ARB_vertex_program _HAVE_FULL_GL #define FEATURE_ARB_vertex_shader _HAVE_FULL_GL |