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

Commit c7483a0e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Document Vulkan 1.1 requirements for FEATURE_VULKAN_HARDWARE_VERSION"

parents e2aa9efb 239373f4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1950,6 +1950,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";