// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkViewport,VkViewport]] [source,c++] ---- typedef struct VkViewport { float x; float y; float width; float height; float minDepth; float maxDepth; } VkViewport; ----