patch for shader_objects
"Marco Bubke" <[email protected]>
| Newsgroups | gmane.comp.python.opengl.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, there was a bug in shader_objects.py. I hope it's now correct. regards Marco Index: OpenGL/GL/ARB/shader_objects.py =================================================================== RCS file: /cvsroot/pyopengl/OpenGL-ctypes/OpenGL/GL/ARB/shader_objects.py,v retrieving revision 1.11 diff -r1.11 shader_objects.py 443c443 < shader, GL_OBJECT_COMPILE_STATUS_ARB, status --- > shader, pname, status 452c452 < shader, GL_OBJECT_COMPILE_STATUS_ARB,status --- > shader, pname, status 490c490 < log = ctypes.create_string_buffer(length.value) --- > log = ctypes.create_string_buffer(length) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ PyOpenGL Homepage http://pyopengl.sourceforge.net _______________________________________________ PyOpenGL-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyopengl-devel