| 1198 | uint32_t depth; |
| 1199 | } VkExtent3D; |
| 1200 | typedef struct VkViewport { |
| 1201 | float x; |
| 1202 | float y; |
| 1203 | float width; |
| 1204 | float height; |
| 1205 | float minDepth; |
| 1206 | float maxDepth; |
| 1207 | } VkViewport; |
| 1208 | typedef struct VkRect2D { |
| 1209 | VkOffset2D offset; |
| 1210 | VkExtent2D extent; |