16 lines
581 B
Plaintext
16 lines
581 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkExtent3D,VkExtent3D]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef struct VkExtent3D {
|
|
uint32_t width;
|
|
uint32_t height;
|
|
uint32_t depth;
|
|
} VkExtent3D;
|
|
------------------------------------------------------------------------------
|