glArrayElement

render a vertex using the specified vertex array element

Signature

glArrayElement( GLint ( i ) )-> void
glArrayElement( i )

Parameters

VariablesDescription
i
Specifies an index into the enabled vertex data arrays.

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.

glArrayElement
OpenGLContext tests/glarrayelement.py Lines: 23