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

Commit e4499f9e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "docs: Among devices which support Vulkan 1.1, a subset support it via...

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: e41357fc am: 25224f03 am: 817c7ad3

Change-Id: I7dba5d88e774d7077515cdc5a36326b61e481caf
parents e3ce1077 817c7ad3
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2227,6 +2227,9 @@ public abstract class PackageManager {
     * <li>{@code VkPhysicalDeviceSamplerYcbcrConversionFeatures::samplerYcbcrConversion} is
     * <li>{@code VkPhysicalDeviceSamplerYcbcrConversionFeatures::samplerYcbcrConversion} is
     *     supported.</li>
     *     supported.</li>
     * </ul>
     * </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)
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_VULKAN_HARDWARE_VERSION = "android.hardware.vulkan.version";
    public static final String FEATURE_VULKAN_HARDWARE_VERSION = "android.hardware.vulkan.version";