-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The Playground 3D view triggers WebGL performance warnings about GPU stalls due to ReadPixels operations.
Steps to Reproduce
- Go to
https://app.daydream.live/playground - Start the playground with 3D input mode
- Open browser DevTools → Console
- Observe warnings:
[.WebGL-...]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
Expected Behavior
3D rendering should not cause GPU stalls or console warnings.
Actual Behavior
Multiple WebGL performance warnings appear, indicating the ReadPixels call is blocking the GPU.
Technical Notes
- Warning: "GPU stall due to ReadPixels"
- This is a performance issue, not a functional bug
- May affect smoothness on lower-end hardware
- Consider using async pixel readback or reducing readback frequency
Environment
- URL: app.daydream.live/playground
- Tested with Chromium 128 headless
- Found during browser testing on 2026-02-20
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working