Viewport constructor
- int x = 0,
- int y = 0,
- int width = 0,
- int height = 0,
- DepthRange? depthRange = null,
Implementation
Viewport({
this.x = 0,
this.y = 0,
this.width = 0,
this.height = 0,
DepthRange? depthRange = null,
}) : this.depthRange = depthRange ?? DepthRange();