2-Dimensional extent structure.
More...
#include <Types.h>
|
| std::uint32_t | width = 0 |
| | Extent X axis, i.e. width.
|
| std::uint32_t | height = 0 |
| | Extent Y axis, i.e. height.
|
2-Dimensional extent structure.
◆ Extent2D() [1/2]
| LLGL::Extent2D::Extent2D |
( |
| ) |
|
|
default |
◆ Extent2D() [2/2]
| LLGL::Extent2D::Extent2D |
( |
std::uint32_t | width, |
|
|
std::uint32_t | height ) |
|
inline |
◆ height
| std::uint32_t LLGL::Extent2D::height = 0 |
Extent Y axis, i.e. height.
◆ width
| std::uint32_t LLGL::Extent2D::width = 0 |
Extent X axis, i.e. width.
The documentation for this struct was generated from the following file: