Exemple #1
0
 /// <summary>
 /// Set this TextureUnit as the current one.
 /// </summary>
 /// <param name="ctx"></param>
 public void Activate(GraphicsContext ctx)
 {
     ctx.ActiveTexture(Index);
 }