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

#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]
 

Detailed Description

Definition at line 3275 of file vulkan_core.h.

Member Data Documentation

◆ description

char VkLayerProperties::description[VK_MAX_DESCRIPTION_SIZE]

Definition at line 3279 of file vulkan_core.h.

◆ implementationVersion

uint32_t VkLayerProperties::implementationVersion

Definition at line 3278 of file vulkan_core.h.

◆ layerName

char VkLayerProperties::layerName[VK_MAX_EXTENSION_NAME_SIZE]

Definition at line 3276 of file vulkan_core.h.

◆ specVersion

uint32_t VkLayerProperties::specVersion

Definition at line 3277 of file vulkan_core.h.


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