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

#include <vulkan_core.h>

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

Member Data Documentation

◆ description

char VkPhysicalDeviceToolProperties::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 6931 of file vulkan_core.h.

◆ layer

char VkPhysicalDeviceToolProperties::layer[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 6932 of file vulkan_core.h.

◆ name

char VkPhysicalDeviceToolProperties::name[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 6928 of file vulkan_core.h.

◆ pNext

void* VkPhysicalDeviceToolProperties::pNext

Definition at line 6927 of file vulkan_core.h.

◆ purposes

VkToolPurposeFlags VkPhysicalDeviceToolProperties::purposes

Definition at line 6930 of file vulkan_core.h.

◆ sType

VkStructureType VkPhysicalDeviceToolProperties::sType

Definition at line 6926 of file vulkan_core.h.

◆ version

char VkPhysicalDeviceToolProperties::version[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 6929 of file vulkan_core.h.


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