mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-10 22:20:14 +00:00
fix: align local WebGPU capture behavior (#2907)
* fix: align local WebGPU capture behavior * fix: address WebGPU capture review feedback * fix: retain overlapping GPU seek work * fix: satisfy runtime seek completion types * fix: drain concurrent GPU seek work * fix: prevent WebGPU capture barrier starvation * fix: keep WebGPU presentation active during render seeks
This commit is contained in:
@@ -85,6 +85,7 @@ export const DEFAULT_CHECK_OPTIONS: CheckOptions = {
|
||||
contrast: true,
|
||||
strict: false,
|
||||
snapshots: false,
|
||||
browserGpuMode: "auto",
|
||||
};
|
||||
|
||||
/** Pick at most five evenly-strided points from the already-merged layout grid. */
|
||||
|
||||
Reference in New Issue
Block a user