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
Workspace-tile weave mode: the DisplayXR Shell / IPC service now composites the runtime's woven stereo into a workspace tile. The provider renders with a null window handle (windowHandle=NULL), bridges frames on the D3D12 same-device path, and pairs its begin/end frame loop with the service. (#223, #224)
Fixed
Provider now quits on the shell's close/exit request: an EXITING session state drives Application.Quit, so a shell-initiated close cleanly tears down the player. (#223, #224)
Begin/end frame pairing when shouldRender=false: the provider no longer leaves an unbalanced frame open on skipped-render frames. (#223, #224)