Class VkLayerProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkLayerProperties extends Struct<VkLayerProperties> implements NativeResource
Structure specifying layer properties.
See Also

EnumerateDeviceLayerProperties, EnumerateInstanceLayerProperties

Layout


 struct VkLayerProperties {
     char layerName()[VK_MAX_EXTENSION_NAME_SIZE];
     uint32_t specVersion();
     uint32_t implementationVersion();
     char description()[VK_MAX_DESCRIPTION_SIZE];
 }