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

◆ is_gpu_compatible()

bool MayaFlux::Nodes::Node::is_gpu_compatible ( ) const
inline

Checks if the node supports GPU processing.

Returns
True if the node is GPU compatible, false otherwise

Definition at line 318 of file Node.hpp.

318{ return m_gpu_compatible; }
bool m_gpu_compatible
Flag indicating if the node supports GPU processing This flag is set by derived classes to indicate w...
Definition Node.hpp:387