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

11 lines
250 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkExtent3D,VkExtent3D]]
[source,c++]
----
typedef struct VkExtent3D {
uint32_t width;
uint32_t height;
uint32_t depth;
} VkExtent3D;
----