You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows the engine to render directly to the screen's back buffer, bypassing intermediate framebuffers when possible.
This change introduces a new `mDirectTarget` flag to indicate whether the rendering target is the back buffer. When rendering directly, it uses a compose task instead of a blit task, and avoids unnecessary framebuffer operations.
This improves rendering performance and reduces memory consumption in scenarios where direct rendering is feasible.
Related issues: #3951
0 commit comments