Interface VulkanLayerPropertiesType
- All Known Implementing Classes:
VulkanLayerProperties
@Immutable
public interface VulkanLayerPropertiesType
A description of a layer.
- See Also:
-
Method Summary
-
Method Details
-
name
- Returns:
- The name of the layer
-
description
- Returns:
- A humanly-readable description of the layer
-
specificationVersion
@Parameter int specificationVersion()- Returns:
- The version of the specification defining this layer
-
implementationVersion
@Parameter int implementationVersion()- Returns:
- The version of the layer implementation
-