Revert "add compute wait function"

This reverts commit f596f78479c8410e3f10202443d6289dfb86a1e1.
This commit is contained in:
Matthew 2026-06-14 14:14:20 +10:00
parent 7b94b91e1f
commit 1ed5c0f933

View File

@ -2207,12 +2207,6 @@ Dispatch()
Dispatch(g_vk.comp_cmd);
}
void
WaitForCompute()
{
vkWaitForFences(g_vk.device, 1, &g_vk.comp_fence, VK_TRUE, u64.max);
}
bool
VkCheck(string message, VkResult result)
{