void ShutdownRendering(RenderNotify* pnotify = 0);
ShutdownRendering is called (to release context use, rendering pointers) once an application stops rendering this particular Context. This function is also called if a renderer no longer exists.
Parameters |
Description |
RenderNotify* pnotify = 0 |
Pointer to RenderNotify to determine whether the Context is no longer being rendered. |