| target, size, data, usage) |
| target, data, usage) |
glBufferData that accepts either a
gles.array object or some other Python sequence object for data.
If gles.array object is used, its in-memory size in bytes is used as
size. Other sequences are first converted to flat lists of
GL_BYTE data by casting. The length of the resulting sequence in bytes
is used as size.
| target, data, usage) |
glBufferData that works exactly like
glBufferDatab except GL_UNSIGNED_BYTE is used instead of
GL_BYTE.
| target, data, usage) |
glBufferData that works exactly like
glBufferDatab except GL_SHORT is used instead of GL_BYTE.
| target, data, usage) |
glBufferData that works exactly like
glBufferDatab except GL_UNSIGNED_SHORT is used instead of
GL_BYTE.
| target, data, usage) |
glBufferData that works exactly like
glBufferDatab except GL_FLOAT is used instead of GL_BYTE.
| target, data, usage) |
glBufferData that works exactly like
glBufferDatab except GL_FIXED is used instead of GL_BYTE.
| target, size, data, usage) |
| target, data, usage) |
glBufferSubData that accepts either a
gles.array object or some other Python sequence object for data.
If gles.array object is used, its in-memory size (in bytes) is used as
size. Other sequences are first converted to flat lists of
GL_BYTE data by casting. The length of the resulting sequence is used as
size.
| target, data, usage) |
glBufferSubData that works exactly like
glBufferSubDatab except GL_UNSIGNED_BYTE is used instead of
GL_BYTE.
| target, data, usage) |
glBufferSubData that works exactly like
glBufferSubDatab except GL_SHORT is used instead of GL_BYTE.
| target, data, usage) |
glBufferSubData that works exactly like
glBufferSubDatab except GL_UNSIGNED_SHORT is used instead of
GL_BYTE.
| target, data, usage) |
glBufferSubData that works exactly like
glBufferSubDatab except GL_FLOAT is used instead of GL_BYTE.
| target, data, usage) |
glBufferSubData that works exactly like
glBufferSubDatab except GL_FIXED is used instead of
GL_BYTE.
| plane, equation) |
| plane, equation) |
| buffers) |
| coords) |
| coords) |
| coords) |
| coords) |
| n) |
| pname) |
| target, pname) |
| plane) |
| plane) |
| pname) |
| pname) |
| light, pname) |
| light, pname) |
| face, pname) |
| face, pname) |
| face, pname) |
| face, pname) |
| target, pname) |
| target, pname) |
| size, type, stride, sequence) |
| sequence) |
glMatrixIndexPointerOES that accepts either a
gles.array object or some other Python sequence object.
Other parameters of glMatrixIndexPointerOES will be determined as follows:
GL_UNSIGNED_BYTE
| pname, params) |
| pname, params) |
| type, stride, sequence) |
| sequence) |
glPointSizePointerOES uses GL_FLOAT as
type and 0 as stride.
| target, data, usage) |
glPointSizePointerOES uses GL_FIXED as
type and 0 as stride.
| size, type, stride, sequence) |
| sequence) |
glWeightPointerOES that accepts either a
gles.array object or some other Python sequence object.
Other parameters of glWeightPointerOES will be determined as follows:
GL_FLOAT
| sequence) |
glWeightPointerOES that behaves exactly as
glWeightPointerOESf except GL_FIXED is used as type.
See About this document... for information on suggesting changes.