SDL  2.0
VkPhysicalDeviceToolPropertiesEXT Struct Reference

#include <vulkan_core.h>

Data Fields

VkStructureType sType
 
voidpNext
 
char name [VK_MAX_EXTENSION_NAME_SIZE]
 
char version [VK_MAX_EXTENSION_NAME_SIZE]
 
VkToolPurposeFlagsEXT purposes
 
char description [VK_MAX_DESCRIPTION_SIZE]
 
char layer [VK_MAX_EXTENSION_NAME_SIZE]
 

Detailed Description

Definition at line 10438 of file vulkan_core.h.

Field Documentation

◆ description

char VkPhysicalDeviceToolPropertiesEXT::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 10444 of file vulkan_core.h.

◆ layer

char VkPhysicalDeviceToolPropertiesEXT::layer[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 10445 of file vulkan_core.h.

◆ name

char VkPhysicalDeviceToolPropertiesEXT::name[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 10441 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceToolPropertiesEXT::pNext

Definition at line 10440 of file vulkan_core.h.

◆ purposes

VkToolPurposeFlagsEXT VkPhysicalDeviceToolPropertiesEXT::purposes

Definition at line 10443 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceToolPropertiesEXT::sType

Definition at line 10439 of file vulkan_core.h.

◆ version

char VkPhysicalDeviceToolPropertiesEXT::version[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 10442 of file vulkan_core.h.


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