Interface VulkanLayerPropertiesType

  • All Known Implementing Classes:
    VulkanLayerProperties

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

      • name

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

        @Parameter
        java.lang.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