void Set(
s32 x_,
s32 y_,
u32 width_,
u32 height_
);
| Name | Description | |
|---|---|---|
| in | x_ | The lower left x value in the scissor area. |
| in | y_ | The lower left y value in the scissor area. |
| in | width_ | The scissor area width. |
| in | height_ | The scissor area height. |
Convenient function for specifying the scissor area all at once.
CONFIDENTIAL