diff options
author | Brian Paul <[email protected]> | 2009-05-21 16:02:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-05-21 16:10:45 -0600 |
commit | 024de60348c5f463b9611f2d28270ce514da55c9 (patch) | |
tree | 96f233d25b37eee60252715f3030cd3604f683f3 /src/mesa/shader/arbprogram.c | |
parent | 254845fad064eabd92c7a72322e647137ec719e9 (diff) |
mesa: comment for _mesa_GetVertexAttribfvARB()
Diffstat (limited to 'src/mesa/shader/arbprogram.c')
-rw-r--r-- | src/mesa/shader/arbprogram.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |