#pragma XOD dirtieness disable node { void evaluate(Context ctx) { auto lhs = getValue<input_IN1>(ctx); auto rhs = getValue<input_IN2>(ctx); emitValue<output_OUT>(ctx, lhs < rhs); } }
© 2017–2024XOD Inc
Contact us: hello@xod.io