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

11 lines
234 B
Plaintext
Raw Normal View History

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