diff options
author | Brian Paul <[email protected]> | 2003-03-29 17:01:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-03-29 17:01:00 +0000 |
commit | 6061df09a45c42745253965df012ddf76910ea33 (patch) | |
tree | acd5b5c2c78ce779208e832362b592105b42c15c /src/mesa/main/config.h | |
parent | c13a05547de406985b3bf3f5e4473eff050b5ac7 (diff) |
Basic infrastructure for GL_ARB_vertex_buffer_object.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index cfcba306f49..264b57c279e 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.44 2003/02/25 19:30:59 brianp Exp $ */ +/* $Id: config.h,v 1.45 2003/03/29 17:01:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -228,5 +228,6 @@ #define FEATURE_NV_fragment_program 1 +#define FEATURE_ARB_vertex_buffer_object 1 #endif /* CONFIG_H */ |