mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Refactor] (MG_Impl/GLImpl): replace Flywheel dispatch sync hack with MOBILEGL_COHERENT_AS_FLUSH
This commit is contained in:
@@ -225,4 +225,7 @@ adb exec-out run-as $PKG cat files/trace-replay/output/openra-diff.png > openra-
|
||||
For the Vulkan backend, build and install `:app:assembleMagmaTraceDebug`, set
|
||||
`PKG=top.mobilegl.plugin.magma.trace`, and pass `--es backend DirectVulkan`.
|
||||
DirectGLES also renders to the Activity surface by default; pass
|
||||
`--ez use_pbuffer true` to use the offscreen pbuffer path.
|
||||
`--ez use_pbuffer true` to use the offscreen pbuffer path. For cases registered
|
||||
with `coherent_as_flush` (Flywheel-style unflushed persistent maps, e.g. the
|
||||
Create fixtures), pass `--ez coherent_as_flush true` so the replay runs with
|
||||
`MOBILEGL_COHERENT_AS_FLUSH=1`.
|
||||
|
||||
Reference in New Issue
Block a user