 |
Viewport Constructor |
Initializes a new instance of
Viewport structure.
Namespace: Ab4d.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic Viewport(
float x,
float y,
float width,
float height,
float minDepth,
float maxDepth
)
Parameters
- x Single
- x
- y Single
- y
- width Single
- width
- height Single
- height
- minDepth Single
- min depth
- maxDepth Single
- max depth
See Also