Structures
VkOffset2D
Structure specifying a two-dimensional offset
A two-dimensional offset is defined by the structure:
typedef struct VkOffset2D {
int32_t x;
int32_t y;
} VkOffset2D;
xis the x offset.yis the y offset.
A two-dimensional offset is defined by the structure:
typedef struct VkOffset2D {
int32_t x;
int32_t y;
} VkOffset2D;
x is the x offset.y is the y offset.