RenderNotify::ContextNode

RenderNotify::ContextNode
struct ContextNode : public ListNode<ContextNode> {
  Context* pContext;
};
Description

ContextNode is a structure describing the Context that is available for rendering.

Data Members
Data Member 
Description 
Pointer to a Context object. // pContext is only accessible during lock (ContextLock); it is cleared out once context begins shutdown. 
Methods
Method 
Description 
Initializes the ContextNode with the Context available for rendering. 
File

Render_Context.h