mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[Refactor] (MG_Impl/GLImpl): replace Flywheel dispatch sync hack with MOBILEGL_COHERENT_AS_FLUSH
This commit is contained in:
@@ -91,6 +91,7 @@ def emit_cmake(cases, fixture_root):
|
||||
("CROP_Y", "crop_y", False),
|
||||
("CROP_WIDTH", "crop_width", False),
|
||||
("CROP_HEIGHT", "crop_height", False),
|
||||
("COHERENT_AS_FLUSH", "coherent_as_flush", False),
|
||||
]
|
||||
for case in cases:
|
||||
lines.append(f"add_trace_replay_test_for_backends({cmake_quote(case['name'])}")
|
||||
|
||||
Reference in New Issue
Block a user