diff options
author | Brian Paul <[email protected]> | 2003-04-11 01:20:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-04-11 01:20:06 +0000 |
commit | d0492cf1377897c8113a109aa936ee7a7084b9c8 (patch) | |
tree | 93fbb24cd921ec0e04365190d44d3d079e02aef3 /src/mesa/main/config.h | |
parent | 6cfaff16334981a247694b2ca30fffc398a330d0 (diff) |
Some groundwork for GL_ARB_vertex/fragment_program.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 85acb0f292f..f1f621c6b82 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -228,4 +228,9 @@ #define FEATURE_ARB_vertex_buffer_object 1 +#define FEATURE_ARB_vertex_program 1 + +#define FEATURE_ARB_fragment_program 1 + + #endif /* CONFIG_H */ |