MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ VKComputePipeline() [3/3]

MayaFlux::Core::VKComputePipeline::VKComputePipeline ( VKComputePipeline &&  other)
noexcept

Definition at line 19 of file VKComputePipeline.cpp.

20 : m_pipeline(other.m_pipeline)
21 , m_layout(other.m_layout)
22 , m_workgroup_size(other.m_workgroup_size)
23{
24 other.m_pipeline = nullptr;
25 other.m_layout = nullptr;
26}
std::optional< std::array< uint32_t, 3 > > m_workgroup_size