Exemplo n.º 1
0
 public virtual GLEx SetBlendMode(int mode)
 {
     if (isClosed)
     {
         return(this);
     }
     lastBrush.blend = mode;
     GLUtils.SetBlendMode(batch.gl, mode);
     return(this);
 }