nngxFinalize Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxFinalize(
     void
);

Arguments

None.

Return Values

No values are returned.

Description

Shuts down the (DMPGL) graphics library.

Frees all GL objects that have not been freed. Calls to this function are ignored until nngxInitialize is invoked and initialization succeeds.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL