• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkExtent2D,VkExtent2D]]
3[source,c++]
4----
5typedef struct VkExtent2D {
6    uint32_t    width;
7    uint32_t    height;
8} VkExtent2D;
9----
10