Its maybe not a race condition?

This commit is contained in:
Dynamitos
2023-12-18 13:03:03 +01:00
parent 617bb2828d
commit ac1d11402e
2 changed files with 4 additions and 4 deletions
@@ -157,6 +157,7 @@ void BasePass::render()
command->bindDescriptor(descriptorSets);
if (graphics->supportMeshShading())
{
std::cout << "Num Meshes: " << instance.meshes.size() << std::endl;
command->dispatch(instance.meshes.size(), 1, 1);
}
else