Annotation Type 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 
      Modifier and Type Required Element Description
      java.lang.String featureName  
    • Element Detail

      • featureName

        java.lang.String featureName
        Returns:
        The name of the required feature