Annotation Interface VulkanAPIDeviceFeatureRequiredType
@Target(METHOD)
@Repeatable(VulkanAPIDeviceFeaturesRequiredType.class)
@Retention(RUNTIME)
public @interface VulkanAPIDeviceFeatureRequiredType
An annotation that indicates that a device feature is required to use a particular method.
-
Required Element Summary
Required Elements
-
Element Details
-
featureName
String featureName- Returns:
- The name of the required feature
-