mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
fix(renderer): prevent stale SwiftShader layers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "software-beginframe-yoyo-compositor",
|
||||
"description": "Regression guard for stale SwiftShader compositor layers after a GSAP yoyo reversal. At 25 fps the unfixed BeginFrame path briefly retained the first output badge at its previous transform, painting a third ghost badge around 10.12 seconds.",
|
||||
"tags": ["regression", "beginframe", "gsap"],
|
||||
"minPsnr": 30,
|
||||
"maxFrameFailures": 0,
|
||||
"minAudioCorrelation": 0,
|
||||
"maxAudioLagWindows": 1,
|
||||
"renderConfig": {
|
||||
"fps": 25,
|
||||
"workers": 1,
|
||||
"captureMode": "beginframe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user