struct DisplayWindow : public NewOverrideBase<Stat_Default_Mem> { Device::Window* pWindow; ViewConfig VConfig; Size<unsigned> ViewSize; DHContainerType NormalHandles; DHContainerType OverlayHandles; };
Class that aggregates movie display handles and device specific display classes, contributing to the display of a single view.
|
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. |
|
Method |
Description |
|
DisplayWindow constructor. | |
|
Obtains a list of display handles managed by this window, for the given category. |
Platform_RenderThread.h