nngxFinalize Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxFinalize(
     void
);

Parameters

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 the nngxInitialize function is invoked and initialization succeeds.

See Also

nngxInitialize

Revision History

2010/01/07
Initial version.

CONFIDENTIAL