wayland/read-bits
#pragma XOD dirtieness disable node { void evaluate(Context ctx) { uint8_t byte = getValue<input_IN>(ctx); emitValue<output_Bit>(ctx, bitRead(byte, 2)); } }
© 2017–2024XOD Inc
Contact us: hello@xod.io