Struct Viewport
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
public struct Viewport
- Inherited Members
Constructors
Viewport(float, float, float, float, float, float)
public Viewport(float x, float y, float width, float height, float minDepth = 0, float maxDepth = 1)
Parameters
Fields
Height
public float Height
Field Value
MaxDepth
public float MaxDepth
Field Value
MinDepth
public float MinDepth
Field Value
Width
public float Width
Field Value
X
public float X
Field Value
Y
public float Y