Helper structure storing the extents of a 2D scissor rectangle. More...
#include </home/chochlik/devel/oglplus/include/oglplus/context/scissor_test.hpp>
Public Member Functions | |
| GLint | X (void) const |
| The x-coordinate. | |
| GLint | Y (void) const |
| The y-coordinate. | |
| GLint | Left (void) const |
| The x-coordinate. | |
| GLint | Bottom (void) const |
| The y-coordinate. | |
| GLint | Width (void) const |
| The width of the viewport. | |
| GLint | Height (void) const |
| The height of the viewport. | |
Helper structure storing the extents of a 2D scissor rectangle.