srp
software rendering pipeline
Loading...
Searching...
No Matches
SRPScissorState Struct Reference

#include <context.h>

Public Attributes

bool enabled
 
size_t x
 
size_t y
 
size_t width
 
size_t height
 

Detailed Description

Scissor test state

Member Data Documentation

◆ enabled

bool SRPScissorState::enabled

Whether or not the scissor test is enabled

◆ height

size_t SRPScissorState::height

The height of the scissor box

◆ width

size_t SRPScissorState::width

The width of the scissor box

◆ x

size_t SRPScissorState::x

The x position of the scissor box's upper left corner

◆ y

size_t SRPScissorState::y

The y position of the scissor box's upper left corner


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