SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetRHIThreadPool()

std::shared_ptr< VulkanCmdThreadPool > Spices::ThreadModel::GetRHIThreadPool ( )
inline

Get RHI ThreadPool.

Returns
Returns RHI ThreadPool.

Definition at line 86 of file ThreadModel.h.

86{ return m_RHIThreadPool; }
std::shared_ptr< VulkanCmdThreadPool > m_RHIThreadPool
RHI ThreadPool.