Exemple #1
0
 public void Dispose()
 {
     if (tex != null)
     {
         tex.Dispose();
         tex = null;
     }
 }
Exemple #2
0
 public FloatFilter(ColorTextureData tex, int index)
 {
     this.tex   = tex;
     this.index = index;
 }