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

◆ m_gpu_compatible

bool MayaFlux::Nodes::Node::m_gpu_compatible {}
protected

Flag indicating if the node supports GPU processing This flag is set by derived classes to indicate whether the node can be processed on the GPU.

Nodes that support GPU processing can provide GPU-compatible context data for efficient execution in GPU-accelerated pipelines.

Definition at line 387 of file Node.hpp.

387{};

Referenced by MayaFlux::Nodes::Filters::Filter::create_context(), MayaFlux::Nodes::Generator::Generator::create_context(), MayaFlux::Nodes::Generator::Logic::create_context(), MayaFlux::Nodes::Generator::Polynomial::create_context(), MayaFlux::Nodes::Generator::Stochastics::Random::create_context(), and MayaFlux::Nodes::BinaryOpNode::create_context().