SDL 2.0
VkPhysicalDeviceDriverPropertiesKHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkPhysicalDeviceDriverPropertiesKHR:

Data Fields

VkStructureType sType
 
voidpNext
 
VkDriverIdKHR driverID
 
char driverName [VK_MAX_DRIVER_NAME_SIZE_KHR]
 
char driverInfo [VK_MAX_DRIVER_INFO_SIZE_KHR]
 
VkConformanceVersionKHR conformanceVersion
 

Detailed Description

Definition at line 6117 of file vulkan_core.h.

Field Documentation

◆ conformanceVersion

VkConformanceVersionKHR VkPhysicalDeviceDriverPropertiesKHR::conformanceVersion

Definition at line 6123 of file vulkan_core.h.

◆ driverID

VkDriverIdKHR VkPhysicalDeviceDriverPropertiesKHR::driverID

Definition at line 6120 of file vulkan_core.h.

◆ driverInfo

char VkPhysicalDeviceDriverPropertiesKHR::driverInfo[VK_MAX_DRIVER_INFO_SIZE_KHR]

Definition at line 6122 of file vulkan_core.h.

◆ driverName

char VkPhysicalDeviceDriverPropertiesKHR::driverName[VK_MAX_DRIVER_NAME_SIZE_KHR]

Definition at line 6121 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceDriverPropertiesKHR::pNext

Definition at line 6119 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceDriverPropertiesKHR::sType

Definition at line 6118 of file vulkan_core.h.


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