20 VkSemaphore semaphore =
nullptr;
Definition GraphicsSemaphoreVK.hpp:8
void Init() override
Run the initialization logic of this object. Should be overriden by deriving classes.
Definition GraphicsSemaphoreVK.cpp:25
void Destroy() override
Run the destruction logic of this class. This also frees its memory.
Definition GraphicsSemaphoreVK.cpp:13
VkSemaphore GetHandle()
Definition GraphicsSemaphoreVK.cpp:8
Definition GraphicsSemaphore.hpp:7
void Init() override
Run the initialization logic of this object. Should be overriden by deriving classes.
Definition GraphicsAdapterChild.cpp:16