getBaseMipLevelSizeInBytes method

int getBaseMipLevelSizeInBytes()

Implementation

int getBaseMipLevelSizeInBytes() {
  return bytesPerTexel * width * height;
}