From: Brian Paul Date: Thu, 21 May 2009 22:02:50 +0000 (-0600) Subject: mesa: comment for _mesa_GetVertexAttribfvARB() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=024de60348c5f463b9611f2d28270ce514da55c9;p=mesa.git mesa: comment for _mesa_GetVertexAttribfvARB() --- diff --git a/src/mesa/shader/arbprogram.c b/src/mesa/shader/arbprogram.c index 98c2e3019aa..6f5a954c165 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) {