FfxIntCoords2D
struct FfxIntCoords2D
A structure encapsulating a 2-dimensional point.
Public Interface
Public Members:
int32_t x
int32_t x
The x coordinate of a 2-dimensional point.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 695, column 37)
int32_t y
int32_t y
The y coordinate of a 2-dimensional point.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 696, column 37)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 693, column 1)