Пример #1
0
 /**
  * Copy the texture to another
  *
  * @param tex
  */
 public void copyToTexture(Texture tex) {
   textureRenderer.copyToTexture(
       tex, 0, 0, textureRenderer.getWidth(), textureRenderer.getHeight(), 0, 0);
 }