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;
x
is the x offset.y
is 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.