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

◆ has_gpu_executor()

bool MayaFlux::Nodes::Network::InstanceFieldOperator::has_gpu_executor ( ) const
inline

Returns true if a GPU executor is currently attached.

Definition at line 112 of file InstanceFieldOperator.hpp.

112{ return m_compute_node != nullptr; }
std::shared_ptr< Nodes::GpuSync::GpuComputeNode > m_compute_node