Hyunwoo Park

Results 1 issues of Hyunwoo Park

vkAcquireNextImageKHR() function accepts timeout value in nano-second unit. But, the timeout value is used as milli-second unit at mainloop_wayland(), mainloop_xcb() function as follow. result = vkAcquireNextImageKHR(vc->device, vc->swap_chain, 60, vc->semaphore, VK_NULL_HANDLE,...