RenderThread::DisplayWindow

RenderThread::DisplayWindow
struct DisplayWindow : public NewOverrideBase<Stat_Default_Mem> {
  Device::Window* pWindow;
  ViewConfig VConfig;
  Size<unsigned> ViewSize;
  DHContainerType NormalHandles;
  DHContainerType OverlayHandles;
};
Description

Class that aggregates movie display handles and device specific display classes, contributing to the display of a single view.

Data Members
Data Member 
Description 
Display handle rendered normally. The handles will be rendered in-order (ascending) 
Display handle rendered as overlays. The handles will be rendered in-order (ascending) 
The rendering device window. 
The view configuration. 
The view size of the window. 
Methods
Method 
Description 
DisplayWindow constructor. 
Obtains a list of display handles managed by this window, for the given category. 
File

Platform_RenderThread.h