XLE
v0.02.0
|
Public Member Functions | |
PlatformRig::FrameRig & | GetFrameRig () |
std::shared_ptr< RenderCore::IPresentationChain > & | GetPresentationChain () |
void | AddWindowHandler (std::shared_ptr< PlatformRig::IWindowHandler > windowHandler) |
void | OnResize (unsigned newWidth, unsigned newHeight) |
WindowRig (RenderCore::IDevice &device, const void *platformWindowHandle) | |
Protected Attributes | |
std::shared_ptr< PlatformRig::FrameRig > | _frameRig |
std::shared_ptr< RenderCore::IPresentationChain > | _presentationChain |
std::vector< std::shared_ptr< PlatformRig::IWindowHandler > > | _windowHandlers |