public void EndFrame() { _liveQueue.PushOnce(Y, Op.EOF); }
public void Horizontal() { _liveQueue.PushOnce(Y, _opHoriz); }
//TODO: remove this and use the op directly public void EndFrame() { _liveQueue.PushOnce(Y, Op <EOF>().Id); }