SDL  2.0
VkPhysicalDeviceDriverProperties Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkPhysicalDeviceDriverProperties:

Data Fields

VkStructureType sType
 
voidpNext
 
VkDriverId driverID
 
char driverName [VK_MAX_DRIVER_NAME_SIZE]
 
char driverInfo [VK_MAX_DRIVER_INFO_SIZE]
 
VkConformanceVersion conformanceVersion
 

Detailed Description

Definition at line 5251 of file vulkan_core.h.

Field Documentation

◆ conformanceVersion

VkConformanceVersion VkPhysicalDeviceDriverProperties::conformanceVersion

Definition at line 5257 of file vulkan_core.h.

◆ driverID

VkDriverId VkPhysicalDeviceDriverProperties::driverID

Definition at line 5254 of file vulkan_core.h.

◆ driverInfo

char VkPhysicalDeviceDriverProperties::driverInfo[VK_MAX_DRIVER_INFO_SIZE]

Definition at line 5256 of file vulkan_core.h.

◆ driverName

char VkPhysicalDeviceDriverProperties::driverName[VK_MAX_DRIVER_NAME_SIZE]

Definition at line 5255 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceDriverProperties::pNext

Definition at line 5253 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceDriverProperties::sType

Definition at line 5252 of file vulkan_core.h.


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