Exemplo n.º 1
0
 public Texture newTexture(Pixmap pixmap)
 {
     return(newTexture(pixmap, pixmap.getFormat()));
 }