PackageManager.FeatureVulkanHardwareCompute Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature(String, int): If this feature is supported, the Vulkan implementation on this device is hardware accelerated, and the Vulkan native API will enumerate at least one VkPhysicalDevice, and the feature version will indicate what level of optional compute features that device supports beyond the Vulkan 1.

[Android.Runtime.Register("FEATURE_VULKAN_HARDWARE_COMPUTE", ApiSince=26)]
public const string FeatureVulkanHardwareCompute;
[<Android.Runtime.Register("FEATURE_VULKAN_HARDWARE_COMPUTE", ApiSince=26)>]
val mutable FeatureVulkanHardwareCompute : string

Field Value

String
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.FEATURE_VULKAN_HARDWARE_COMPUTE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to