Revert "add compute wait function"
This reverts commit f596f78479c8410e3f10202443d6289dfb86a1e1.
This commit is contained in:
parent
7b94b91e1f
commit
1ed5c0f933
@ -2207,12 +2207,6 @@ Dispatch()
|
|||||||
Dispatch(g_vk.comp_cmd);
|
Dispatch(g_vk.comp_cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
WaitForCompute()
|
|
||||||
{
|
|
||||||
vkWaitForFences(g_vk.device, 1, &g_vk.comp_fence, VK_TRUE, u64.max);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
VkCheck(string message, VkResult result)
|
VkCheck(string message, VkResult result)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user