GL_EXT_Cg_shader docs?

Can anybody point me to some documentation about the GL_EXT_Cg_shader extension? It’s not listed in the extension registry, and it’s not listed on nVidia’s OpenGL extension pages either, so I’m a little lost.

Tnx

Dirk

I’d really like to have a peek at that myself. They’re probably still ironing out the wrinkles.

The GL_EXT_Cg_shader extension simply lets you load Cg language shaders using the ARB_shader_objects entry points. It only exists for convenience.

Simon, thanks for that. I thought as much. Does this mean there’s no plan for a spec stating this?