Vulkan-Hpp
VkPhysicalDeviceToolProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
void * pNext
 
char name [256U]
 
char version [256U]
 
VkToolPurposeFlags purposes
 
char description [256U]
 
char layer [256U]
 

Detailed Description

Definition at line 6848 of file vulkan_core.h.

Member Data Documentation

◆ description

char VkPhysicalDeviceToolProperties::description[256U]

Definition at line 6854 of file vulkan_core.h.

◆ layer

char VkPhysicalDeviceToolProperties::layer[256U]

Definition at line 6855 of file vulkan_core.h.

◆ name

char VkPhysicalDeviceToolProperties::name[256U]

Definition at line 6851 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceToolProperties::pNext

Definition at line 6850 of file vulkan_core.h.

◆ purposes

VkToolPurposeFlags VkPhysicalDeviceToolProperties::purposes

Definition at line 6853 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceToolProperties::sType

Definition at line 6849 of file vulkan_core.h.

◆ version

char VkPhysicalDeviceToolProperties::version[256U]

Definition at line 6852 of file vulkan_core.h.


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