コード例 #1
0
 public Texture newTexture(Pixmap pixmap)
 {
     return(newTexture(pixmap, pixmap.getFormat()));
 }