Randy Sugianto (Yuku)
Results
2
issues of
Randy Sugianto (Yuku)
This worked in 4.0.0, but no longer work on 4.0.2. After trying each commit to find out where it fails, I found that it worked at 6337076 but failed to...
Bug Report
Needs-More-Info
On Texture.java: ``` @Override public int getTextureMemorySize() { final int pixelCount = this.getWidth() * this.getHeight(); final int bytesPerPixel = this.mPixelFormat.getBitsPerPixel() * DataConstants.BITS_PER_BYTE; return pixelCount * bytesPerPixel / DataConstants.BYTES_PER_KILOBYTE; } ```...