Allow Injecting External Vulkan Layers

Set `com.android.graphics.injectLayers.enable` to allow injection of external Vulkan layers which is done by GPU debuggers such as RenderDoc.
This commit is contained in:
PixelyIon 2021-12-01 23:35:21 +05:30
parent b97e06f617
commit 032866c9b1

View File

@ -112,5 +112,9 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" />
</provider>
<meta-data
android:name="com.android.graphics.injectLayers.enable"
android:value="true" />
</application>
</manifest>