added GL_EXT_multi_draw_arrays

This commit is contained in:
Brian Paul
2002-06-30 15:49:03 +00:00
parent e8ed14d0c2
commit 3c342ebd78
2 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -70,6 +70,10 @@ GL_NV_texture_rectangle
Allows one to use textures with sizes that are not powers of two.
Note that mipmapping and several texture wrap modes are not allowed.
GL_EXT_multi_draw_arrays
Allows arrays of vertex arrays to be rendered with one call.
Device Driver Status
@@ -199,4 +203,4 @@ are some things to change:
----------------------------------------------------------------------
$Id: RELNOTES-4.1,v 1.11 2002/06/15 03:15:16 brianp Exp $
$Id: RELNOTES-4.1,v 1.12 2002/06/30 15:49:03 brianp Exp $