unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkOffset2D.txt

10 lines
216 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkOffset2D,VkOffset2D]]
[source,c++]
----
typedef struct VkOffset2D {
int32_t x;
int32_t y;
} VkOffset2D;
----