Table of Contents

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

x float
y float
width float
height float
minDepth float
maxDepth float

Fields

Height

public float Height

Field Value

float

MaxDepth

public float MaxDepth

Field Value

float

MinDepth

public float MinDepth

Field Value

float

Width

public float Width

Field Value

float

X

public float X

Field Value

float

Y

public float Y

Field Value

float