GetBaseMipLevelSizeInBytes method

int GetBaseMipLevelSizeInBytes()

Implementation

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