C# Class SharpVulkan.Viewport

Afficher le fichier Open project: jwollen/SharpVulkan Class Usage Examples

Méthodes publiques

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

Method Details

Viewport() public méthode

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