Antkeeper  0.0.1
Public Attributes | List of all members
gl::scissor_region Struct Reference

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...
 

Detailed Description

Scissor region offset and extents.

Definition at line 30 of file scissor-region.hpp.

Member Data Documentation

◆ height

std::uint32_t gl::scissor_region::height

Height of the scissor region.

Definition at line 42 of file scissor-region.hpp.

◆ width

std::uint32_t gl::scissor_region::width

Width of the scissor region.

Definition at line 39 of file scissor-region.hpp.

◆ x

std::int32_t gl::scissor_region::x {}

X-coordinate offset of the scissor region.

Definition at line 33 of file scissor-region.hpp.

◆ y

std::int32_t gl::scissor_region::y {}

Y-coordinate offset of the scissor region.

Definition at line 36 of file scissor-region.hpp.


The documentation for this struct was generated from the following file: