[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
OpenGL 1.2 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.


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]