Displaying 1 result from an estimated 1 matches for "gltexsubimage3d".
Did you mean:
gltexsubimage2d
2001 Mar 05
1
more halflife woes :(
...it to run in windowed
mode (I'm using OGL @ 1024 but have also tried 640 and 800) and click
the close box in the "Loading..." window. Then it says
"err:module:BUILTIN32_dlopen failed to load .so lib for builtin
opengl32.dll: /usr/local/lib/libopengl32.so: undefined symbol:
glTexSubImage3D"
A quick google search found a wine page detailing this exact problem and
said that NVidia's drivers aren't really OpenGL compliant. So I tried
the fix they gave (comment out the function in question from
opengl_norm.c and from opengl32.spec and rebuild the module). The
compile...