summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-21 16:02:50 -0600
committerBrian Paul <brianp@vmware.com>2009-05-21 16:10:45 -0600
commit024de60348c5f463b9611f2d28270ce514da55c9 (patch)
tree96f233d25b37eee60252715f3030cd3604f683f3 /src/mesa/shader
parent254845fad064eabd92c7a72322e647137ec719e9 (diff)
mesa: comment for _mesa_GetVertexAttribfvARB()
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/arbprogram.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/shader/arbprogram.c b/src/mesa/shader/arbprogram.c
index 98c2e3019a..6f5a954c16 100644
--- a/src/mesa/shader/arbprogram.c
+++ b/src/mesa/shader/arbprogram.c
@@ -299,6 +299,10 @@ _mesa_GetVertexAttribdvARB(GLuint index, GLenum pname, GLdouble *params)
}
+/**
+ * Return info for a generic vertex attribute array (no alias with
+ * legacy vertex attributes (pos, normal, color, etc)).
+ */
void GLAPIENTRY
_mesa_GetVertexAttribfvARB(GLuint index, GLenum pname, GLfloat *params)
{