OSDN Git Service

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 98c2e30..6f5a954 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)
 {