nngxStopProfiling Function
NNGX_APICALL void NNGX_APIENTRY nngxStopProfiling(
GLenum item
);
| Name | Description | |
|---|---|---|
| in | item |
Profiling functionality |
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_DMP | An illegal value was specified in item. |
|---|
CONFIDENTIAL