Struct DeviceInfo

Struct Documentation

struct DeviceInfo

A wrapper struct for physical device data.

Public Members

std::string name
VkPhysicalDevice physical_device = {nullptr}
VkPhysicalDeviceType type = {VK_PHYSICAL_DEVICE_TYPE_OTHER}
VkDeviceSize total_device_local = {0}
VkPhysicalDeviceFeatures features = {}
std::vector<VkExtensionProperties> extensions
bool presentation_supported = {false}
bool swapchain_supported = {false}