Tesla Graphics Engine Documentation (January 2012)
CreateWindowImplementation Method (pp, title, isPrimaryWindow)
TeslaTesla.CoreIWindowProviderCreateWindowImplementation(PresentationParameters, String, Boolean)
Creates a new window implementation.
Declaration Syntax
C#
IWindowImplementation CreateWindowImplementation(
	PresentationParameters pp,
	string title,
	bool isPrimaryWindow
)
Parameters
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).
Return Value

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)