Searched refs:nullFence (Results 1 – 2 of 2) sorted by relevance
1498 VkFence nullFence = {VK_NULL_HANDLE}; in QueueCommandBuffer() local1499 QueueCommandBuffer(nullFence, checkSuccess); in QueueCommandBuffer()
807 VkFence nullFence = VK_NULL_HANDLE; in demo_draw() local820 err = vkQueueSubmit(demo->graphics_queue, 1, &submit_info, nullFence); in demo_draw()835 err = vkQueueSubmit(demo->present_queue, 1, &submit_info, nullFence); in demo_draw()