Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11c6a7bb authored by Nick Cook's avatar Nick Cook
Browse files

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.

Change-Id: I0bcad9f1a2944791c1a04f3fa7bcd97630e722ac
Test: m ds-docs-java
Bug: 148296066
parent 27f08dad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2224,6 +2224,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";