Signature
Parameters
Variables | Description |
---|---|
n |
Specifies the number of display lists to be executed.
|
type |
Specifies the type of values in
lists
.
Symbolic constants
GL_BYTE
,
GL_UNSIGNED_BYTE
,
GL_SHORT
,
GL_UNSIGNED_SHORT
,
GL_INT
,
GL_UNSIGNED_INT
,
GL_FLOAT
,
GL_2_BYTES
,
GL_3_BYTES
, and
GL_4_BYTES
are accepted.
|
lists |
Specifies the address of an array of name offsets in the display list.
The pointer type is void because the offsets can be bytes,
shorts,
ints,
or floats,
depending on the value of
type
.
|
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glCallLists