Antkeeper
0.0.1
|
Scissor region offset and extents. More...
#include <scissor-region.hpp>
Public Attributes | |
std::int32_t | x {} |
X-coordinate offset of the scissor region. More... | |
std::int32_t | y {} |
Y-coordinate offset of the scissor region. More... | |
std::uint32_t | width |
Width of the scissor region. More... | |
std::uint32_t | height |
Height of the scissor region. More... | |
Scissor region offset and extents.
Definition at line 30 of file scissor-region.hpp.
std::uint32_t gl::scissor_region::height |
Height of the scissor region.
Definition at line 42 of file scissor-region.hpp.
std::uint32_t gl::scissor_region::width |
Width of the scissor region.
Definition at line 39 of file scissor-region.hpp.
std::int32_t gl::scissor_region::x {} |
X-coordinate offset of the scissor region.
Definition at line 33 of file scissor-region.hpp.
std::int32_t gl::scissor_region::y {} |
Y-coordinate offset of the scissor region.
Definition at line 36 of file scissor-region.hpp.