[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] GLSL Texturing example ? (and ctypes...?)



JoN wrote:

I have a glreport.py that I cooked up and it appears I'm getting all the goodies.
The nvidia driver installed nicely and seems to have replaced all the right
.so's and updated the LD' hints properly.


Another thought: AFAIK ctypes doesn't look at the LD variables, so check that the result of ctypes.util.find_library('GL') is what you expect.

Alex.