Skip to content

FfxRect2D

struct FfxRect2D

A structure encapsulating a 2-dimensional rect.

Public Interface

Public Members:

int32_t left

int32_t left

Left most coordinate.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 704, column 13)

int32_t top

int32_t top

Top most coordinate.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 705, column 13)

int32_t width

int32_t width

Rect width.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 706, column 13)

int32_t height

int32_t height

Rect height.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 707, column 13)

Used By: FfxFrameGenerationConfig, FfxFrameGenerationDispatchDescription, FfxFrameInterpolationDispatchDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 702, column 1)