mesa: comment for _mesa_GetVertexAttribfvARB()
authorBrian Paul <brianp@vmware.com>
Thu, 21 May 2009 22:02:50 +0000 (16:02 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 21 May 2009 22:10:45 +0000 (16:10 -0600)
src/mesa/shader/arbprogram.c

index 98c2e3019aa86b12e291d67d09113e40c7c69369..6f5a954c1652ccf3389d9ae2fc2954eb057c0ba6 100644 (file)
@@ -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)
 {