Interface VulkanLayerPropertiesType

All Known Implementing Classes:
VulkanLayerProperties

@Immutable public interface VulkanLayerPropertiesType
A description of a layer.
See Also:
  • "VkLayerProperties"
  • Method Details

    • name

      @Parameter String name()
      Returns:
      The name of the layer
    • description

      @Parameter String 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