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

◆ set_gpu_compatible()

virtual void MayaFlux::Nodes::Node::set_gpu_compatible ( bool  compatible)
inlinevirtual

Sets whether the node is compatible with GPU processing.

Parameters
compatibleTrue if the node supports GPU processing, false otherwise

Reimplemented in MayaFlux::Nodes::Filters::Filter, MayaFlux::Nodes::Generator::Logic, and MayaFlux::Nodes::Generator::Polynomial.

Definition at line 323 of file Node.hpp.

323{ m_gpu_compatible = 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:386