Stores stack of scissor rectangles where top rectangle has already been cut using all the rectangles below it, so that only one rectangle is checked during scissor test.
More...
Stores stack of scissor rectangles where top rectangle has already been cut using all the rectangles below it, so that only one rectangle is checked during scissor test.
Definition at line 16 of file SpriteScissorStack.cs.
Cuts the destination rectangle using top of the scissor stack. Source rectangle is modified using scaled change of destination as well.
Definition at line 56 of file SpriteScissorStack.cs.
RectangleF VRageRender.SpriteScissorStack.Peek |
( |
| ) |
|
|
inline |
void VRageRender.SpriteScissorStack.Pop |
( |
| ) |
|
|
inline |
void VRageRender.SpriteScissorStack.Push |
( |
Rectangle |
scissorRect | ) |
|
|
inline |
bool VRageRender.SpriteScissorStack.Empty |
|
get |
The documentation for this class was generated from the following file: