![]() |
Paradox Game Engine
v1.0.0 beta06
|
Describess how data will be displayed to the screen. More...
Public Member Functions | |
PresentationParameters () | |
Initializes a new instance of the PresentationParameters class with default values. More... | |
PresentationParameters (int backBufferWidth, int backBufferHeight, WindowHandle deviceWindowHandle) | |
Initializes a new instance of the PresentationParameters class with PixelFormat.R8G8B8A8_UNorm. More... | |
PresentationParameters (int backBufferWidth, int backBufferHeight, WindowHandle deviceWindowHandle, PixelFormat backBufferFormat) | |
Initializes a new instance of the PresentationParameters class. More... | |
PresentationParameters | Clone () |
bool | Equals (PresentationParameters other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (PresentationParameters left, PresentationParameters right) |
static bool | operator!= (PresentationParameters left, PresentationParameters right) |
Public Attributes | |
PixelFormat | BackBufferFormat |
A SharpDX.DXGI.Format structure describing the display format. More... | |
int | BackBufferHeight |
A value that describes the resolution height. More... | |
int | BackBufferWidth |
A value that describes the resolution width. More... | |
PixelFormat | DepthStencilFormat |
Gets or sets the depth stencil format More... | |
WindowHandle | DeviceWindowHandle |
A Window object. See remarks. More... | |
bool | IsFullScreen |
Gets or sets a value indicating whether the application is in full screen mode. More... | |
MSAALevel | MultiSampleCount |
Gets or sets a value indicating the number of sample locations during multisampling. More... | |
PresentInterval | PresentationInterval |
Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer. More... | |
Rational | RefreshRate |
A structure describing the refresh rate in hertz More... | |
int | PreferredFullScreenOutputIndex |
The output (monitor) index to use when switching to fullscreen mode. Doesn't have any effect when windowed mode is used. More... | |
Describess how data will be displayed to the screen.
Definition at line 11 of file PresentationParameters.cs.
SiliconStudio.Paradox.Graphics.PresentationParameters.PresentationParameters | ( | ) |
Initializes a new instance of the PresentationParameters class with default values.
Definition at line 79 of file PresentationParameters.cs.
SiliconStudio.Paradox.Graphics.PresentationParameters.PresentationParameters | ( | int | backBufferWidth, |
int | backBufferHeight, | ||
WindowHandle | deviceWindowHandle | ||
) |
Initializes a new instance of the PresentationParameters class with PixelFormat.R8G8B8A8_UNorm.
backBufferWidth | Width of the back buffer. |
backBufferHeight | Height of the back buffer. |
deviceWindowHandle | The device window handle. |
Definition at line 97 of file PresentationParameters.cs.
References SiliconStudio.Paradox.Graphics.R8G8B8A8_UNorm.
SiliconStudio.Paradox.Graphics.PresentationParameters.PresentationParameters | ( | int | backBufferWidth, |
int | backBufferHeight, | ||
WindowHandle | deviceWindowHandle, | ||
PixelFormat | backBufferFormat | ||
) |
Initializes a new instance of the PresentationParameters class.
backBufferWidth | Width of the back buffer. |
backBufferHeight | Height of the back buffer. |
deviceWindowHandle | The device window handle. |
backBufferFormat | The back buffer format. |
Definition at line 109 of file PresentationParameters.cs.
PresentationParameters SiliconStudio.Paradox.Graphics.PresentationParameters.Clone | ( | ) |
Definition at line 122 of file PresentationParameters.cs.
bool SiliconStudio.Paradox.Graphics.PresentationParameters.Equals | ( | PresentationParameters | other | ) |
Definition at line 127 of file PresentationParameters.cs.
References SiliconStudio.Paradox.Graphics.PresentationParameters.DeviceWindowHandle, SiliconStudio.Paradox.Graphics.PresentationParameters.MultiSampleCount, SiliconStudio.Paradox.Graphics.PresentationParameters.PresentationInterval, and SiliconStudio.Paradox.Graphics.PresentationParameters.RefreshRate.
override bool SiliconStudio.Paradox.Graphics.PresentationParameters.Equals | ( | object | obj | ) |
Definition at line 134 of file PresentationParameters.cs.
override int SiliconStudio.Paradox.Graphics.PresentationParameters.GetHashCode | ( | ) |
Definition at line 142 of file PresentationParameters.cs.
|
static |
Definition at line 165 of file PresentationParameters.cs.
|
static |
Definition at line 160 of file PresentationParameters.cs.
PixelFormat SiliconStudio.Paradox.Graphics.PresentationParameters.BackBufferFormat |
A SharpDX.DXGI.Format structure describing the display format.
Definition at line 18 of file PresentationParameters.cs.
int SiliconStudio.Paradox.Graphics.PresentationParameters.BackBufferHeight |
A value that describes the resolution height.
Definition at line 23 of file PresentationParameters.cs.
int SiliconStudio.Paradox.Graphics.PresentationParameters.BackBufferWidth |
A value that describes the resolution width.
Definition at line 28 of file PresentationParameters.cs.
PixelFormat SiliconStudio.Paradox.Graphics.PresentationParameters.DepthStencilFormat |
Gets or sets the depth stencil format
Definition at line 33 of file PresentationParameters.cs.
WindowHandle SiliconStudio.Paradox.Graphics.PresentationParameters.DeviceWindowHandle |
A Window object. See remarks.
A window object is platform dependent:
Definition at line 45 of file PresentationParameters.cs.
Referenced by SiliconStudio.Paradox.Graphics.PresentationParameters.Equals().
bool SiliconStudio.Paradox.Graphics.PresentationParameters.IsFullScreen |
Gets or sets a value indicating whether the application is in full screen mode.
Definition at line 50 of file PresentationParameters.cs.
MSAALevel SiliconStudio.Paradox.Graphics.PresentationParameters.MultiSampleCount |
Gets or sets a value indicating the number of sample locations during multisampling.
Definition at line 55 of file PresentationParameters.cs.
Referenced by SiliconStudio.Paradox.Graphics.PresentationParameters.Equals().
int SiliconStudio.Paradox.Graphics.PresentationParameters.PreferredFullScreenOutputIndex |
The output (monitor) index to use when switching to fullscreen mode. Doesn't have any effect when windowed mode is used.
Definition at line 70 of file PresentationParameters.cs.
PresentInterval SiliconStudio.Paradox.Graphics.PresentationParameters.PresentationInterval |
Gets or sets the maximum rate at which the swap chain's back buffers can be presented to the front buffer.
Definition at line 60 of file PresentationParameters.cs.
Referenced by SiliconStudio.Paradox.Graphics.PresentationParameters.Equals().
Rational SiliconStudio.Paradox.Graphics.PresentationParameters.RefreshRate |
A structure describing the refresh rate in hertz
Definition at line 65 of file PresentationParameters.cs.
Referenced by SiliconStudio.Paradox.Graphics.PresentationParameters.Equals().