C# Class SharpVulkan.Viewport

Exibir arquivo Open project: jwollen/SharpVulkan Class Usage Examples

Public Methods

Method Description
Viewport ( float x, float y, float width, float height, float minDepth = 0.0f, float maxDepth = 1.0f )

Method Details

Viewport() public method

public Viewport ( float x, float y, float width, float height, float minDepth = 0.0f, float maxDepth = 1.0f )
x float
y float
width float
height float
minDepth float
maxDepth float