This commit is contained in:
2025-03-24 17:41:51 +01:00
parent d7679857aa
commit bd0c564566
18 changed files with 310 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ static void SoftCommandDispatch(SoftCommand* cmd)
for(uint32_t i = 0; i < local_size; i++)
{
thrd_create(&invocations[invocation_index], SoftCommandDispatchCore, soft_pipeline);
thrd_join(invocations[invocation_index], NULL);
//thrd_join(invocations[invocation_index], NULL);
invocation_index++;
}
}