Vulkan-Hpp
VkLayerProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

char layerName [256U]
 
uint32_t specVersion
 
uint32_t implementationVersion
 
char description [256U]
 

Detailed Description

Definition at line 3208 of file vulkan_core.h.

Member Data Documentation

◆ description

char VkLayerProperties::description[256U]

Definition at line 3212 of file vulkan_core.h.

◆ implementationVersion

uint32_t VkLayerProperties::implementationVersion

Definition at line 3211 of file vulkan_core.h.

◆ layerName

char VkLayerProperties::layerName[256U]

Definition at line 3209 of file vulkan_core.h.

◆ specVersion

uint32_t VkLayerProperties::specVersion

Definition at line 3210 of file vulkan_core.h.


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