Example #1
0
 public void Render(CommandList finalCommandList)
 {
     CurrentGame?.Render(finalCommandList);
     UI.Render(finalCommandList);
 }