nVidia Driver 1.0.1251

Hi
I try to link an OpenIventor program on Linux and I have
undefined symbol using libGL supplied withthe nVidia Driver 1.0.1251

there are 2 undefined function
glTexImage3DEXT' -> glTexSubImage3DEXT’

thoses functions are present in the MesaGL library

How could I link my program and have the 3D acceleration ?

I think that they are part of OpenGL 1.2 so skip the EXT and use
-> glTexImage3D' ->glTexSubImage3D’
instead. This is not supported by the nvidia hardware so you will get an software implementation. I guess that the size of the texture is limited.

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