OpenGL SDK from nvidia

Hi

I’m confused with nv_vertex_program spec.

I think type definition for glVertexAttrib4ubNV was missed out in the new glext.h.

Please confirm which name is correct
glGetVertexAttribPointervNV or glGetVertexAttribPointerNV ?
glGetVertexAttribPointervNV ,isn’t it ?
I can find both in the recently released nvOpenGLSpec.pdf.

Thanks.
Michail.

[This message has been edited by Michail Bespalov (edited 03-09-2001).]

Hi !

The correct one is: glGetVertexAttribPointervNV

The problem is that some leaked Detonator expose only glGetVertexAttribPointerNV. This a problem with the leaked drivers that should be fixed in the official release.

Regards.

Eric

Michail,

Thanks for the note - there are still a few incorrect references to glGetVertexAttribPointerNV. Those should be removed in the next version.

I’ll check on why glVertexAttrib4ubNV isn’t there too.

Thanks for the great feedback!

Cass