HDK
|
#include <vulkan_core.h>
Public Attributes | |
char | layerName [VK_MAX_EXTENSION_NAME_SIZE] |
uint32_t | specVersion |
uint32_t | implementationVersion |
char | description [VK_MAX_DESCRIPTION_SIZE] |
Definition at line 3201 of file vulkan_core.h.
char VkLayerProperties::description[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 3205 of file vulkan_core.h.
uint32_t VkLayerProperties::implementationVersion |
Definition at line 3204 of file vulkan_core.h.
char VkLayerProperties::layerName[VK_MAX_EXTENSION_NAME_SIZE] |
Definition at line 3202 of file vulkan_core.h.
uint32_t VkLayerProperties::specVersion |
Definition at line 3203 of file vulkan_core.h.