[PyOpenGL-Users] glGetUniformfv
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2010-06-06 05:30:59
|
Hi, In trying to debug something, I'm trying to use glGetUniformfv, which I've never used before. It demands three arguments, and in the documentation a pointer is supposed to be passed. In Python, such code is typically replaced with a "___ =": value=glGetUniformfv(programlocation) This does not work. What to do? Ian |