blob: 9f7250d82d21bff16109da273129c47fe73298c4 [file] [log] [blame]
// 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;
----