|
From: Leonard \paniq\ R. <pa...@pa...> - 2005-10-21 06:42:41
|
glMapBufferARB isnt the problem, and i do not need the map functions for now. however glGenBufferARB is wrongly implemented. at the moment it needs 2 parameters and treats parameter 2 as an input parameter, when its actually an output parameter. On Thu, 2005-10-20 at 17:04 -0500, Charles Moad wrote: > Well, it's all there except glMapBufferARB. This is due the fact the method returns a void pointer. How to handle void pointers is a tricky subject in python. It is doable when you know the length of the data, but at first glance at this function it is not obvious how to get this length. It would help greatly if you could send a sample block of code using these methods. I could probably add this functionality fairly fast then. > > -- -- leonard "paniq" ritter -- http://www.mjoo.org -- http://www.paniq.org |