Trees | Indices | Toggle frames |
---|
AbstractAttribute --+ | FogCoordAttributeFog coordinate attribute.
__init__(self,
count,
gl_type)
Create the attribute accessor.
|
|
enable(self)
Enable the attribute using glEnableClientState.
|
|
set_pointer(self,
pointer)
Setup this attribute to point to the currently bound buffer at
the given offset.
|
|
AbstractBufferRegion |
get_region(self,
buffer,
start,
count)
Map a buffer region using this attribute as an accessor.
(Inherited from pyglet.graphics.vertexattribute.AbstractAttribute)
|
set_region(self,
buffer,
start,
count,
data)
Set the data over a region of the buffer.
(Inherited from pyglet.graphics.vertexattribute.AbstractAttribute)
|
plural =
|
Setup this attribute to point to the currently bound buffer at the given offset.
offset should be based on the currently bound buffer's ptr member.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:18 2009 | http://epydoc.sourceforge.net |