Interface VulkanApplicationInfoType
- All Known Implementing Classes:
VulkanApplicationInfo
@Immutable
public interface VulkanApplicationInfoType
A description of the application that is using Vulkan.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Method Details
-
applicationName
- Returns:
- The application name
-
applicationVersion
@Parameter int applicationVersion()- Returns:
- The application version
-
engineName
- Returns:
- The engine name
-
engineVersion
@Parameter int engineVersion()- Returns:
- The engine version
-
vulkanAPIVersion
@Parameter int vulkanAPIVersion()- Returns:
- The minimum required version of the Vulkan API
- See Also:
-