chore: checkpoint current workspace changes

This commit is contained in:
2026-04-11 22:14:02 +08:00
parent 3e55f8c204
commit 8848cfd958
227 changed files with 34027 additions and 6711 deletions

View File

@@ -76,8 +76,12 @@ bool SceneViewportSelectionOutlinePassRenderer::Render(
return m_outlinePass.Render(
renderContext,
surface,
targets.selectionMaskShaderView,
targets.depthShaderView,
{
targets.selectionMaskShaderView,
targets.selectionMaskState,
targets.depthShaderView,
surface.GetDepthStateAfter()
},
ToBuiltinSceneViewportSelectionOutlineStyle(style));
}