diff options
author | Brian <[email protected]> | 2007-08-17 15:26:33 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-17 15:26:33 +0100 |
commit | 5568a7d30120d830c93494a7b3382bfa8b4d2800 (patch) | |
tree | a8806270fd64c908d116ba44bbff4756bf576808 /src/mesa/vbo/vbo.h | |
parent | 48b09322ee1b701558e1f223320cd2a9259bb37f (diff) |
added vbo_use_buffer_objects() to specify that immediate mode data should be put into bufferobjects
Diffstat (limited to 'src/mesa/vbo/vbo.h')
-rw-r--r-- | src/mesa/vbo/vbo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index 04c59c05b27..4c51b44cdad 100644 --- a/src/mesa/vbo/vbo.h +++ b/src/mesa/vbo/vbo.h @@ -114,4 +114,7 @@ void vbo_rebase_prims( GLcontext *ctx, vbo_draw_func draw ); +void vbo_use_buffer_objects(GLcontext *ctx); + + #endif |