Mesa (master): mesa: comment for _mesa_GetVertexAttribfvARB()

Brian Paul brianp at kemper.freedesktop.org
Thu May 21 22:12:24 UTC 2009


Module: Mesa
Branch: master
Commit: 024de60348c5f463b9611f2d28270ce514da55c9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=024de60348c5f463b9611f2d28270ce514da55c9

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 21 16:02:50 2009 -0600

mesa: comment for _mesa_GetVertexAttribfvARB()

---

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




More information about the mesa-commit mailing list