Esempio n. 1
0
 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);
 }