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;
pub struct Offset2D {
x: i32,
y: i32,
}
xis the x offset.yis the y offset.
Parent
VK_VERSION_1_0Type
Structures