Method | Description | |
---|---|---|
CreateDisplayResources ( ) : void |
|
|
GenericDisplay ( Game game, GraphicsDevice device, GraphicsParameters parameters ) : System |
|
|
Prepare ( ) : void | ||
SwapBuffers ( int syncInterval ) : void |
|
|
Update ( ) : void |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
|
public GenericDisplay ( Game game, GraphicsDevice device, GraphicsParameters parameters ) : System | ||
game | Game | |
device | GraphicsDevice | |
parameters | GraphicsParameters | |
return | System |
public SwapBuffers ( int syncInterval ) : void | ||
syncInterval | int | |
return | void |