EXT functions redhat 8.0

Hello:
we are converting an aplication from irix to linux redhat 8.0, i have mesa 3.3, and the video card is an nvidia geforce 2 mx.
in the original applicartion the function glblenequationext is used. This function does not compile(undeclared funtion) in my code.

have any ideas?
where can i get an equivalent function for linux.

thanks…

Try to get newer version of gl.h ( for example from NVSDK cvs1.nvidia.com)

Use these OpenGL headers:

http://cvs1.nvidia.com/inc/GL/gl.h
http://cvs1.nvidia.com/inc/GL/glext.h

i can do that, because, now the library does not compile. But i defined
#define GL_GLEXT_PROTOTYPES 1

before the included libraries, and the compilation sucess.

thanks

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.