Index Hierarchy CC3OpenGLDelegate Protocol Reference Conforms to CC3Object Declared in CC3OpenGL.h Overview This protocol specifies methods that will be invoked by certain asynchronous operations performed by instances of CC3OpenGL. All callback notification methods are invoked on the main application thread. Tasks – didTerminateOpenGL Instance Methods didTerminateOpenGL This method is invoked once all of the operations triggered by invoking the CC3OpenGL terminateOpenGL class method have completed, and OpenGL has been terminated. - (void)didTerminateOpenGL Declared In CC3OpenGL.h Index Hierarchy