[PyOpenGL-Users] GL_ARB_OCCLUSION_QUERY problem
Brought to you by:
mcfletch
From: prætor_alpha <pra...@ya...> - 2005-03-03 22:26:29
|
i am having trouble with glGenQueriesARB() or glBeginQueryARB(). when i set flare to 1: something=glGenQueriesARB(5,flare) TypeError: argument number 2: a 'GLuint *' is expected, 'int(1)' is received when i set flare to None: glBeginQueryARB(GL_SAMPLES_PASSED_ARB,flare) TypeError: argument number 2: a 'unsigned long' is expected, 'NoneType(None)' is received what is up? thanks. __________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ |