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

◆ BinaryOpContextGpu()

MayaFlux::Nodes::BinaryOpContextGpu::BinaryOpContextGpu ( double  value,
double  lhs_value,
double  rhs_value,
std::span< const float >  gpu_data 
)

Definition at line 169 of file NodeStructure.cpp.

172{
173 type_id = typeid(BinaryOpContextGpu).name();
174}
BinaryOpContextGpu(double value, double lhs_value, double rhs_value, std::span< const float > gpu_data)
double rhs_value
The value from the right-hand side node.
BinaryOpContext(double value, double lhs_value, double rhs_value)
Constructs a BinaryOpContext with the current operation state.
double lhs_value
The value from the left-hand side node.
std::span< const float > gpu_data() const
std::string type_id
Type identifier for runtime type checking.
Definition Node.hpp:48
double value
Current sample value.
Definition Node.hpp:40

References MayaFlux::Nodes::NodeContext::type_id.