Method | Description | |
---|---|---|
CalculateHalfPixel ( this device ) : Vector2 |
Calculates half the size of a pixel.
|
|
ClearDepth ( this device, int depth ) : void |
Clears the depth buffer.
|
|
GetResolution ( this device ) : Vector2 |
Gets the resolution of the currently set render target or back buffer.
|
public static CalculateHalfPixel ( this device ) : Vector2 | ||
device | this | |
return | Vector2 |
public static ClearDepth ( this device, int depth ) : void | ||
device | this | The graphics device to clear. |
depth | int | The depth to clear the depth buffer to. |
return | void |
public static GetResolution ( this device ) : Vector2 | ||
device | this | |
return | Vector2 |