#pragma once #include "evk.h" #include "evkDevice.h" [[nodiscard("Leaking VkSemaphore")]] VkSemaphore evkCreateSemaphore(evkDevice device); [[nodiscard("Leaking VkFence")]] VkFence evkCreateFence(evkDevice device, bool signaled);