4#ifndef VK_SEMAPHOREPOOL_H
5#define VK_SEMAPHOREPOOL_H
void destroy() override
销毁一个 信号量
void setDestroyCallback(const std::function< void(RHI::Semaphore *)> &callback) override
VK_SemaphorePool(VK_Context *ctx)
ObjectPool< RHI::VK_Semaphore, VK_Context * > m_semaphorePool
RHI::Semaphore * alloc() override