diff options
author | Brian Paul <[email protected]> | 2005-02-05 19:56:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-02-05 19:56:45 +0000 |
commit | ddc82eefca591f0ee93d3a77e1268571629a6d5c (patch) | |
tree | 08cc9fbac7dbe531019fabaa467742d506ffedc4 /src/mesa/main/config.h | |
parent | 28865793244938bf7794d62b94e5af5fec7f4282 (diff) |
Some initial work on GL_EXT_framebuffer_object.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index cef8dd74a42..06554a254cb 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -290,7 +290,7 @@ #define FEATURE_ARB_fragment_shader _HAVE_FULL_GL #define FEATURE_ARB_shader_objects (FEATURE_ARB_vertex_shader || FEATURE_ARB_fragment_shader) #define FEATURE_ATI_fragment_shader _HAVE_FULL_GL - +#define FEATURE_EXT_framebuffer_object _HAVE_FULL_GL /*@}*/ |