Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkPhysicalDeviceDriverProperties Struct Reference

#include <vulkan_core.h>

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

Member Data Documentation

◆ conformanceVersion

VkConformanceVersion VkPhysicalDeviceDriverProperties::conformanceVersion

Definition at line 6149 of file vulkan_core.h.

◆ driverID

VkDriverId VkPhysicalDeviceDriverProperties::driverID

Definition at line 6146 of file vulkan_core.h.

◆ driverInfo

char VkPhysicalDeviceDriverProperties::driverInfo[VK_MAX_DRIVER_INFO_SIZE]

Definition at line 6148 of file vulkan_core.h.

◆ driverName

char VkPhysicalDeviceDriverProperties::driverName[VK_MAX_DRIVER_NAME_SIZE]

Definition at line 6147 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceDriverProperties::pNext

Definition at line 6145 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceDriverProperties::sType

Definition at line 6144 of file vulkan_core.h.


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