[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
OpenGL 1.1 for AIX: Reference Manual
glUnLockArraysEXT Subroutine
Purpose
Unlocks the currently enabled vertex arrays.
Library
OpenGL C bindings library: libGL.a
C Syntax
void glUnlockArraysEXT (void)
Description
The glUnlockArraysEXT subroutine unlocks vertex arrays locked
by the glLockArraysEXT subroutine.
Errors
INVALID_OPERATION |
The glUnlockArraysEXT subroutine is called without
a corresponding previous execution of
glLockArraysEXT. |
INVALID_OPERATION |
The glUnlockArraysEXT subroutine is called between execution of
Begin and the corresponding execution of End. |
Related Information
The glLockArraysEXT subroutine.
OpenGL Overview.
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]