mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
204 B
204 B
- util: Make sure to not destroy invalid
VkSemaphore
objects. - util: Track native semaphore handles, following the semantics of other handles
in Monado. This fixes the leak of
syncobj_file
on Linux.