SpiecsEngine
 
Loading...
Searching...
No Matches

◆ InitRHIThreadPool()

void Spices::ThreadModel::InitRHIThreadPool ( std::function< void(std::shared_ptr< VulkanCmdThreadPool > &ptr)> fn)

Init RHI ThreadPool.

Parameters
[in]fnRHI ThreadPool Create function pointer.

Definition at line 57 of file ThreadModel.cpp.

58 {
60
61 if (!m_RHIThreadPool)
62 {
64 }
65 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< VulkanCmdThreadPool > m_RHIThreadPool
RHI ThreadPool.