SpiecsEngine
Loading...
Searching...
No Matches
◆
InitRHIThreadPool()
void Spices::ThreadModel::InitRHIThreadPool
(
std::function< void(std::shared_ptr<
VulkanCmdThreadPool
> &ptr)>
fn
)
Init RHI ThreadPool.
Parameters
[in]
fn
RHI ThreadPool Create function pointer.
Definition at line
57
of file
ThreadModel.cpp
.
58
{
59
SPICES_PROFILE_ZONE
;
60
61
if
(!
m_RHIThreadPool
)
62
{
63
fn(
m_RHIThreadPool
);
64
}
65
}
SPICES_PROFILE_ZONE
#define SPICES_PROFILE_ZONE
Definition
TracyProfilerWrapper.h:100
Spices::ThreadModel::m_RHIThreadPool
std::shared_ptr< VulkanCmdThreadPool > m_RHIThreadPool
RHI ThreadPool.
Definition
ThreadModel.h:136
Spices
ThreadModel
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0