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

◆ get_field_operator()

std::shared_ptr< Nodes::Network::GpuFieldOperator > MayaFlux::Buffers::VertexFieldProcessor::get_field_operator ( ) const
inline

The operator this processor dispatches for.

Definition at line 114 of file VertexFieldProcessor.hpp.

115 {
116 return m_operator;
117 }
std::shared_ptr< Nodes::Network::GpuFieldOperator > m_operator