Skip to content

Commit

Permalink
Enabled multi-submit command buffer in Testbed for Metal backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBanana committed Jul 3, 2023
1 parent 7b79515 commit fc61273
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Testbed/TestCommandBufferSubmit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ DEF_TEST( CommandBufferSubmit )
}
}

// Multi-submit for Metal not supported yet
if (renderer->GetRendererID() == RendererID::Metal && frame >= maxNumCmdBuffers)
return TestResult::Passed;

constexpr unsigned numSubmissions = 16;
if (frame < numSubmissions)
{
Expand Down

0 comments on commit fc61273

Please sign in to comment.