|
srp
software rendering pipeline
|
#include <context.h>
Public Attributes | |
| bool | enabled |
| size_t | x |
| size_t | y |
| size_t | width |
| size_t | height |
Scissor test state
| bool SRPScissorState::enabled |
Whether or not the scissor test is enabled
| size_t SRPScissorState::height |
The height of the scissor box
| size_t SRPScissorState::width |
The width of the scissor box
| size_t SRPScissorState::x |
The x position of the scissor box's upper left corner
| size_t SRPScissorState::y |
The y position of the scissor box's upper left corner