Beispiel #1
0
 private Allocation loadTextureARGB(int id) {
   Bitmap b = BitmapFactory.decodeResource(mResources, id, mOptionsARGB);
   final Allocation allocation = Allocation.createFromBitmap(mRS, b);
   return allocation;
 }