[PyOpenGL-Users] glGenTextures & glDeleteTextures?
Brought to you by:
mcfletch
From: Nils P. S. <ni...@cs...> - 2002-03-21 01:45:10
|
Hmm, I feel kinda stupid asking about this, but I went straight to the PyOpenGL implementation to learn OpenGL. So, anyway, why does this crash python? import from OpenGL.GL * t = glGenTextures( 10 ) glDeleteTextures( t ) Something I misunderstood from the OpenGL documentation??? BTW, it still crashes in a bigger program with all the right contexts up... -- Nils Peter Sudmann // Sign v1.7 "Truth, a random variable possibly // ICQ#: 767489 containing complex numbers" // WWW: http://www.cs.uit.no/~nilss |