commit | 86cdad1b2f7b233f44d78f819aa1359f76aca2f9 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 13 19:59:06 2004 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 13 19:59:06 2004 +0000 |
tree | 5c2d5d1b0e17939fdaf1dce20898f18d65bb46b2 | |
parent | c3912b66abb23ce2db00723a4cb79ac84ae4a086 [diff] [blame] |
added GL_MAX_VERTEX_ATTRIBS_ARB bug fix
diff --git a/docs/VERSIONS b/docs/VERSIONS index 88e59ed..60588fa 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS
@@ -1289,3 +1289,4 @@ - we weren't reseting the vertex/fragment program error state before parsing (Dave Reveman) - adjust texcoords for sampling texture rectangles (Dave Reveman) + - glGet*(GL_MAX_VERTEX_ATTRIBS_ARB) wasn't implemented