Trees | Indices | Toggle frames |
---|
bind(self)
Bind this buffer to its OpenGL target.
|
|
unbind(self)
Reset the buffer's OpenGL target.
|
|
set_data(self,
data)
Set the entire contents of the buffer.
|
|
set_data_region(self,
data,
start,
length)
Set part of the buffer contents.
|
|
POINTER(ctypes.c_ubyte) |
map(self,
invalidate=False)
Map the entire buffer into system memory.
|
unmap(self)
Unmap a previously mapped memory block.
|
|
resize(self,
size)
Resize the buffer to a new size.
|
|
delete(self)
Delete this buffer, reducing system resource usage.
|
Map the entire buffer into system memory.
The mapped region must be subsequently unmapped with unmap before performing any other operations on the buffer.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |