ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceToolProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceToolProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
char name [VK_MAX_EXTENSION_NAME_SIZE]
 
char version [VK_MAX_EXTENSION_NAME_SIZE]
 
VkToolPurposeFlags purposes
 
char description [VK_MAX_DESCRIPTION_SIZE]
 
char layer [VK_MAX_EXTENSION_NAME_SIZE]
 

Detailed Description

Definition at line 12503 of file vulkan.h.

Member Data Documentation

◆ description

char VkPhysicalDeviceToolProperties::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 12510 of file vulkan.h.

◆ layer

char VkPhysicalDeviceToolProperties::layer[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 12511 of file vulkan.h.

◆ name

char VkPhysicalDeviceToolProperties::name[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 12507 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceToolProperties::pNext

Definition at line 12506 of file vulkan.h.

◆ purposes

VkToolPurposeFlags VkPhysicalDeviceToolProperties::purposes

Definition at line 12509 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceToolProperties::sType

Definition at line 12505 of file vulkan.h.

◆ version

char VkPhysicalDeviceToolProperties::version[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 12508 of file vulkan.h.


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