Diligent Engine API Reference
|
Describes the rectangle. More...
Public Member Functions | |
Rect (Int32 _left=0, Int32 _top=0, Int32 _right=0, Int32 _bottom=0) | |
Initializes the structure. | |
Public Attributes | |
Int32 | left |
X coordinate of the left boundary of the viewport. | |
Int32 | top |
Y coordinate of the top boundary of the viewport. | |
Int32 | right |
X coordinate of the right boundary of the viewport. | |
Int32 | bottom |
Y coordinate of the bottom boundary of the viewport. | |
Describes the rectangle.
This structure is used by IDeviceContext::SetScissorRects().