mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Switch rendering to SkiaVK and enable Vulkan Support
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
0887df051e
commit
55cf426841
2 changed files with 7 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ ro.vendor.cscsupported=1
|
|||
## OpenGLES
|
||||
ro.opengles.version=196610
|
||||
|
||||
### Vulkan
|
||||
ro.hwui.use_vulkan=true
|
||||
graphics.gpu.profiler.support=true
|
||||
renderthread.skia.reduceopstasksplitting=true
|
||||
debug.hwui.renderer=skiavk
|
||||
|
||||
## RIL
|
||||
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so
|
||||
vendor.sec.rild.libpath2=/vendor/lib64/libsec-ril-dsds.so
|
||||
|
|
|
|||
Loading…
Reference in a new issue