Re: [PyOpenGL-Users] Pointer functions copying memory.
Brought to you by:
mcfletch
From: Jack J. <Jac...@cw...> - 2003-02-05 13:55:02
|
On Tuesday, Feb 4, 2003, at 00:00 Europe/Amsterdam, Mike C. Fletcher wrote: > Strangely, that first post of Guido's is what gave me the impression > the buffer API was considered less than optimal for continued use. Here's the full scoop: 1. Buffer objects are bad (mainly because of refcount problems and more). 2. The buffer API in general is a good idea, and it will stay, but 3. The multi-segment capability of the buffer API may go away (or may not be supported in future calls), as it was never used much anyway (most users of the buffer API will simply complain and stop if there is more than one segment). -- Jack Jansen, <Jac...@cw...>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman |