Scaleform::Render::ContextImpl::RTHandle Scaleform::Render::ContextImpl::DisplayHandle
template <class C> class DisplayHandle : public RTHandle;
DisplayHandle is a context entry handle intended to pass values of a specific node to the rendering thread, where it is typically passed to HAL::Draw method. DisplayHandle implementation is essentially a "weak reference" in that the NextCapture call on the handle will fail if Entry/TreeNode was released.
Method |
Description |
DisplayHandle constructor. | |
Obtains the render context entry node associated with the handle. |
Operator |
Description |
Compares the data of two context display handle. |
Render_Context.h