Interface VulkanApplicationInfoType

All Known Implementing Classes:
VulkanApplicationInfo

@Immutable public interface VulkanApplicationInfoType
A description of the application that is using Vulkan.
See Also:
  • "VkApplicationInfo"
  • Method Details

    • applicationName

      String applicationName()
      Returns:
      The application name
    • applicationVersion

      int applicationVersion()
      Returns:
      The application version
    • engineName

      String engineName()
      Returns:
      The engine name
    • engineVersion

      int engineVersion()
      Returns:
      The engine version
    • vulkanAPIVersion

      int vulkanAPIVersion()
      Returns:
      The minimum required version of the Vulkan API
      See Also: