Creates a new window implementation.
| C# |
IWindowImplementation CreateWindowImplementation( PresentationParameters pp, string title, bool isPrimaryWindow )
- pp (PresentationParameters)
- The presentation parameters to create the window and swap chain.
- title (String)
- The title of the window.
- isPrimaryWindow (Boolean)
- True if the window should be primary or not. Primary windows can be hosted, where as secondary windows are meant to be used in another application (e.g. an editor).
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)