예제 #1
0
 public static Texture createForTextureSourceSize(
     final TextureFormat pTextureFormat, final ITextureSource pTextureSource) {
   return TextureFactory.createForTextureSourceSize(
       pTextureFormat, pTextureSource, TextureOptions.DEFAULT);
 }