HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkPhysicalDeviceDriverProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

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 6062 of file vulkan_core.h.

Member Data Documentation

VkConformanceVersion VkPhysicalDeviceDriverProperties::conformanceVersion

Definition at line 6068 of file vulkan_core.h.

VkDriverId VkPhysicalDeviceDriverProperties::driverID

Definition at line 6065 of file vulkan_core.h.

char VkPhysicalDeviceDriverProperties::driverInfo[VK_MAX_DRIVER_INFO_SIZE]

Definition at line 6067 of file vulkan_core.h.

char VkPhysicalDeviceDriverProperties::driverName[VK_MAX_DRIVER_NAME_SIZE]

Definition at line 6066 of file vulkan_core.h.

void* VkPhysicalDeviceDriverProperties::pNext

Definition at line 6064 of file vulkan_core.h.

VkStructureType VkPhysicalDeviceDriverProperties::sType

Definition at line 6063 of file vulkan_core.h.


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