RenderNotify::ContextReleased

RenderNotify::ContextReleased
virtual void ContextReleased(Context* context);
Description

ContextReleased is called from Context::ShutdownRendering for a context. The context is released from the rendering thread. Must call base when overriding.

Parameters
Parameters 
Description 
Context* context 
Pointer to the Context which is to be released from the rendering thread.