1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkViewport,VkViewport]]
3[source,c++]
4----
5typedef struct VkViewport {
6 float x;
7 float y;
8 float width;
9 float height;
10 float minDepth;
11 float maxDepth;
12} VkViewport;
13----
14