Scissor dimensions.
More...
#include <PipelineStateFlags.h>
|
| std::int32_t | x = 0 |
| | Left-top X coordinate.
|
| std::int32_t | y = 0 |
| | Left-top Y coordinate.
|
| std::int32_t | width = 0 |
| | Right-bottom width.
|
| std::int32_t | height = 0 |
| | Right-bottom height.
|
◆ Scissor() [1/3]
| LLGL::Scissor::Scissor |
( |
| ) |
|
|
default |
◆ Scissor() [2/3]
| LLGL::Scissor::Scissor |
( |
std::int32_t | x, |
|
|
std::int32_t | y, |
|
|
std::int32_t | width, |
|
|
std::int32_t | height ) |
|
inline |
Scissor constructor with parameters for all attributes.
◆ Scissor() [3/3]
Scissor constructor with offset and extent parameters.
◆ height
| std::int32_t LLGL::Scissor::height = 0 |
◆ width
| std::int32_t LLGL::Scissor::width = 0 |
| std::int32_t LLGL::Scissor::x = 0 |
| std::int32_t LLGL::Scissor::y = 0 |
The documentation for this struct was generated from the following file: