INativeWindowRecreate
Description
- Extended by
Base interface for classes that represent native windows and offer the possibility to re-create the underlying native window handle.
Calling the methods of this interface is only necessary in very specific cases, for example when switching from a DirectX 12 swap chain to an earlier DirectX version or when switching between OpenGL and Vulkan swap chains.
Public / Methods
RecreateNativeWindowIfNecessary
Re-creates the underlying native window, if necessary.
- RenderException
-
If a graphics subsystem error has occurred.