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

Commit 81cacd87 authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

Merge "Merge "Vulkan compute 0 only requires variable pointers" into oc-dev...

Merge "Merge "Vulkan compute 0 only requires variable pointers" into oc-dev am: 45ff1d1a" into oc-dev-plus-aosp
am: 61244e64

Change-Id: I6ad5d14f3428a15f122aa6e66e9ede930bda3d93
parents ee05c604 61244e64
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -1815,12 +1815,8 @@ public abstract class PackageManager {
     * will enumerate at least one {@code VkPhysicalDevice}, and the feature version will indicate
     * what level of optional compute features are supported beyond the Vulkan 1.0 requirements.
     * <p>
     * Compute level 0 indicates support for:
     * <ul>
     * <li>Ability to use pointers to buffer data from shaders</li>
     * <li>Ability to load/store 16-bit values from buffers</li>
     * <li>Ability to control shader floating point rounding mode</li>
     * </ul>
     * Compute level 0 indicates support for the {@code VariablePointers} SPIR-V capability defined
     * by the SPV_KHR_variable_pointers extension.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_VULKAN_HARDWARE_COMPUTE = "android.hardware.vulkan.compute";