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

Commit 239373f4 authored by Jesse Hall's avatar Jesse Hall
Browse files

Document Vulkan 1.1 requirements for FEATURE_VULKAN_HARDWARE_VERSION

Test: make docs
Change-Id: I2bf65c2b7716268c815a07f40b1e6d87c14b3a29
parent b5253b65
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1928,6 +1928,14 @@ public abstract class PackageManager {
     * <li>Minor version number in bits 21-12</li>
     * <li>Patch version number in bits 11-0</li>
     * </ul>
     * A version of 1.1.0 or higher also indicates:
     * <ul>
     * <li>The {@code VK_ANDROID_external_memory_android_hardware_buffer} extension is
     *     supported.</li>
     * <li>{@code SYNC_FD} external semaphore and fence handles are supported.</li>
     * <li>{@code VkPhysicalDeviceSamplerYcbcrConversionFeatures::samplerYcbcrConversion} is
     *     supported.</li>
     * </ul>
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_VULKAN_HARDWARE_VERSION = "android.hardware.vulkan.version";