C# Class Fusion.Drivers.Graphics.Display.StereoDualHeadDisplay

Inheritance: BaseDisplay
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
CreateDisplayResources ( ) : void

Prepare ( ) : void

StereoDualHeadDisplay ( Game game, GraphicsDevice device, GraphicsParameters parameters ) : System

SwapBuffers ( int syncInterval ) : void

Update ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetDualHeadAdapter ( FeatureLevel fl, Adapter &adapter, SharpDX.DXGI.Output &leftOut, SharpDX.DXGI.Output &rightOut ) : void

window_Activated ( object sender, EventArgs e ) : void
window_Move ( object sender, EventArgs e ) : void
window_Resize ( object sender, EventArgs e ) : void

Method Details

CreateDisplayResources() public méthode

public CreateDisplayResources ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

StereoDualHeadDisplay() public méthode

public StereoDualHeadDisplay ( Game game, GraphicsDevice device, GraphicsParameters parameters ) : System
game Game
device GraphicsDevice
parameters GraphicsParameters
Résultat System

SwapBuffers() public méthode

public SwapBuffers ( int syncInterval ) : void
syncInterval int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void