wisdom
Loading...
Searching...
No Matches
wis::Scissor Struct Reference

Detailed Description

Scissor description for wis::CommandList.

struct Scissor {
int32_t left;
int32_t top;
int32_t right;
int32_t bottom;
};
Scissor description for wis::CommandList.
Definition api.hpp:1907

Definition at line 1907 of file api.hpp.

#include <api.hpp>

Public Attributes

int32_t left
 Left corner x coordinate.
 
int32_t top
 Top corner y coordinate.
 
int32_t right
 Right corner x coordinate.
 
int32_t bottom
 Bottom corner y coordinate.
 

Data Members

◆ bottom

int32_t wis::Scissor::bottom

Bottom corner y coordinate.

Definition at line 1911 of file api.hpp.

◆ left

int32_t wis::Scissor::left

Left corner x coordinate.

Definition at line 1908 of file api.hpp.

◆ right

int32_t wis::Scissor::right

Right corner x coordinate.

Definition at line 1910 of file api.hpp.

◆ top

int32_t wis::Scissor::top

Top corner y coordinate.

Definition at line 1909 of file api.hpp.


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