SDL  2.0
VkExtent2D Struct Reference

#include <vulkan_core.h>

Data Fields

uint32_t width
 
uint32_t height
 

Detailed Description

Definition at line 2359 of file vulkan_core.h.

Field Documentation

◆ height

uint32_t VkExtent2D::height

Definition at line 2361 of file vulkan_core.h.

Referenced by createSwapchain(), and render().

◆ width

uint32_t VkExtent2D::width

Definition at line 2360 of file vulkan_core.h.

Referenced by createSwapchain(), and render().


The documentation for this struct was generated from the following file: