Command list Submit done.

This commit is contained in:
2025-02-18 21:52:49 -05:00
parent ed9482b8f8
commit 857f8c4e69
8 changed files with 143 additions and 26 deletions

View File

@@ -111,7 +111,7 @@ void Win32EditorApplication::Update()
}
// Submit Commands
SubmitCommandLists(GraphicsDevice);
SubmitCommandLists(cmdList);
}
bool Win32EditorApplication::IsRunning()