コード例 #1
0
 public void EndFrame()
 {
     _liveQueue.PushOnce(Y, Op.EOF);
 }
コード例 #2
0
 public void Horizontal()
 {
     _liveQueue.PushOnce(Y, _opHoriz);
 }
コード例 #3
0
 //TODO: remove this and use the op directly
 public void EndFrame()
 {
     _liveQueue.PushOnce(Y, Op <EOF>().Id);
 }