Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

[WebXR] Fix the white flash issues #74

Closed mshin-wolvic closed 6 months ago

mshin-wolvic commented 6 months ago

The white flash issue is caused by we can't draw anything to the texture, but wolvic tries to draw the texture to the screen. This patch increase the frame index only when the frame is submitted.