Merge "docs: Among devices which support Vulkan 1.1, a subset support it via software emulation. Refer to the NDK docs on how to address these devices. See also cr/292399283." into rvc-dev am: e41357fc9d am: 25224f037f

Change-Id: I048a9414d876498a8371ee17486e4049b49618a1
This commit is contained in:
Automerger Merge Worker
2020-03-09 20:32:17 +00:00

View File

@@ -2227,6 +2227,9 @@ public abstract class PackageManager {
* <li>{@code VkPhysicalDeviceSamplerYcbcrConversionFeatures::samplerYcbcrConversion} is
* supported.</li>
* </ul>
* A subset of devices that support Vulkan 1.1 do so via software emulation. For more
* information, see
* <a href="{@docRoot}ndk/guides/graphics/design-notes">Vulkan Design Guidelines</a>.
*/
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_VULKAN_HARDWARE_VERSION = "android.hardware.vulkan.version";