Antkeeper
0.0.1
|
Viewport position, dimensions, and depth range. More...
#include <viewport.hpp>
Public Attributes | |
float | x {0.0f} |
X-coordinate of the viewport's lower left corner. More... | |
float | y {0.0f} |
Y-coordinate of the viewport's lower left corner. More... | |
float | width {0.0f} |
Width of the viewport. More... | |
float | height {0.0f} |
Height of the viewport. More... | |
float | min_depth {0.0f} |
Minimum depth range of the viewport. More... | |
float | max_depth {1.0f} |
Maximum depth range of the viewport. More... | |
Viewport position, dimensions, and depth range.
Definition at line 30 of file viewport.hpp.
float gl::viewport::height {0.0f} |
Height of the viewport.
Definition at line 42 of file viewport.hpp.
float gl::viewport::max_depth {1.0f} |
Maximum depth range of the viewport.
Definition at line 48 of file viewport.hpp.
float gl::viewport::min_depth {0.0f} |
Minimum depth range of the viewport.
Definition at line 45 of file viewport.hpp.
float gl::viewport::width {0.0f} |
Width of the viewport.
Definition at line 39 of file viewport.hpp.
float gl::viewport::x {0.0f} |
X-coordinate of the viewport's lower left corner.
Definition at line 33 of file viewport.hpp.
float gl::viewport::y {0.0f} |
Y-coordinate of the viewport's lower left corner.
Definition at line 36 of file viewport.hpp.