nngxStopProfiling Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxStopProfiling(
     GLenum item
);

Parameters

Name Description
in item Profiling functionality

Return Values

No values are returned.

Description

Stops sampling profile information.

Stops the profiling functionality specified by item. The values that can be specified in item here are the same as those for the item parameter of nngxStartProfiling.

Do not call this function while the GPU is executing (executing a command list). Although errors will not occur if called during GPU execution, the GPU may perform illegal operations.

This function generates the following errors.

GL_ERROR_80A3_DMPAn illegal value was specified in item.

See Also

nngxStartProfiling

Revision History

2011/10/04
Added See Also section.
2011/07/28
Initial version.

CONFIDENTIAL