GpaDestroy

Syntax

Copied!

GpaStatus GpaDestroy();

Description

Undoes any initialization to ensure proper behavior in applications that are not being profiled. This function must be called before the rendering context or device is released / destroyed.

Return value

Return value

Description

kGpaStatusOk

GPA was destroyed.

kGpaStatusErrorGpaNotInitialized

GpaInitialize was never called.

kGpaStatusErrorException

Exception occurred.