gs101: Enable SkiaVk as RenderEngine backend
This changes RenderEngine from using the SkiaGL backend to using the SkiaVk backend. Bug: 290248072 Test: Manual testing Change-Id: Iff67f9582cafdf99664ccc5771e8f9688ccb3209
This commit is contained in:
parent
05dca77dcf
commit
b8a0da464b
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.opengles.version=196610 \
|
ro.opengles.version=196610 \
|
||||||
graphics.gpu.profiler.support=true \
|
graphics.gpu.profiler.support=true \
|
||||||
debug.renderengine.backend=skiaglthreaded
|
debug.renderengine.backend=skiavkthreaded
|
||||||
|
|
||||||
# GRAPHICS - GPU (end)
|
# GRAPHICS - GPU (end)
|
||||||
# ####################
|
# ####################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue