예제 #1
0
 @Override
 public void setTextureFormat(int pixelFormat, boolean swizzle) {
   super.setTextureFormat(pixelFormat, swizzle);
   re.checkAndLogErrors("setTextureFormat");
 }