virtual void ContextReleased(Context* context);
ContextReleased is called from Context::ShutdownRendering for a context. The context is released from the rendering thread. Must call base when overriding.
Parameters |
Description |
Context* context |
Pointer to the Context which is to be released from the rendering thread. |