FfxRect2D
A structure encapsulating a 2-dimensional rect.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure encapsulating a 2-dimensional rect.
Data fields
Type |
Description |
---|---|
int32_t |
left
Left most coordinate.
|
int32_t |
top
Top most coordinate.
|
int32_t |
width
Rect width.
|
int32_t |
height
Rect height.
|