ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceDriverProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceDriverProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
VkDriverId driverID
 
char driverName [VK_MAX_DRIVER_NAME_SIZE]
 
char driverInfo [VK_MAX_DRIVER_INFO_SIZE]
 
VkConformanceVersion conformanceVersion
 

Detailed Description

Definition at line 10395 of file vulkan.h.

Member Data Documentation

◆ conformanceVersion

VkConformanceVersion VkPhysicalDeviceDriverProperties::conformanceVersion

Definition at line 10402 of file vulkan.h.

◆ driverID

VkDriverId VkPhysicalDeviceDriverProperties::driverID

Definition at line 10399 of file vulkan.h.

◆ driverInfo

char VkPhysicalDeviceDriverProperties::driverInfo[VK_MAX_DRIVER_INFO_SIZE]

Definition at line 10401 of file vulkan.h.

◆ driverName

char VkPhysicalDeviceDriverProperties::driverName[VK_MAX_DRIVER_NAME_SIZE]

Definition at line 10400 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceDriverProperties::pNext

Definition at line 10398 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceDriverProperties::sType

Definition at line 10397 of file vulkan.h.


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