20 #ifndef ANTKEEPER_GL_VIEWPORT_HPP
21 #define ANTKEEPER_GL_VIEWPORT_HPP
Graphics library interface.
Viewport position, dimensions, and depth range.
float y
Y-coordinate of the viewport's lower left corner.
float x
X-coordinate of the viewport's lower left corner.
float max_depth
Maximum depth range of the viewport.
float width
Width of the viewport.
float min_depth
Minimum depth range of the viewport.
float height
Height of the viewport.