fix dispatch cmd buffer

This commit is contained in:
Matthew 2026-06-14 11:32:25 +10:00
parent 4e9656031c
commit 2e4cfb3c26

View File

@ -2204,7 +2204,7 @@ Dispatch(VkCommandBuffer cmd)
void
Dispatch()
{
Dispatch(g_vk.cmd);
Dispatch(g_vk.comp_cmd);
}
bool