Vulkan-Hpp
VkPhysicalDeviceDriverProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
VkDriverId driverID
 
char driverName [256U]
 
char driverInfo [256U]
 
VkConformanceVersion conformanceVersion
 

Detailed Description

Definition at line 6076 of file vulkan_core.h.

Member Data Documentation

◆ conformanceVersion

VkConformanceVersion VkPhysicalDeviceDriverProperties::conformanceVersion

Definition at line 6082 of file vulkan_core.h.

◆ driverID

VkDriverId VkPhysicalDeviceDriverProperties::driverID

Definition at line 6079 of file vulkan_core.h.

◆ driverInfo

char VkPhysicalDeviceDriverProperties::driverInfo[256U]

Definition at line 6081 of file vulkan_core.h.

◆ driverName

char VkPhysicalDeviceDriverProperties::driverName[256U]

Definition at line 6080 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceDriverProperties::pNext

Definition at line 6078 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceDriverProperties::sType

Definition at line 6077 of file vulkan_core.h.


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