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