nngxGetCommandGenerationMode Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxGetCommandGenerationMode(
     GLenum * mode
);

Arguments

Name Description
out mode Location used to store the obtained output mode.

Return Values

No values are returned.

Description

Gets the command output mode.

The current command output mode is stored in mode.

This function does not generate any errors.

Revision History

2010/05/07
Initial version.

CONFIDENTIAL