First iteration of dx12 command lists.

Doing nothing for now.
This commit is contained in:
2025-02-09 16:15:59 -05:00
parent 004698b135
commit d5e09e28bf
10 changed files with 392 additions and 165 deletions

View File

@@ -71,6 +71,10 @@ void Win32EditorApplication::Update()
// Draw here for now
// 1) Acquire a Command Buffer
CommandList* cmdList = AcquireCommandList(GraphicsDevice, QueueType::Graphics);
// Submit Commands
SubmitCommandLists(GraphicsDevice);
}
bool Win32EditorApplication::IsRunning()