getBaseMipLevelSizeInBytes method

int getBaseMipLevelSizeInBytes()

Returns the size in bytes of the base mip level (one slice). Equivalent to getMipLevelSizeInBytes(0).

Implementation

int getBaseMipLevelSizeInBytes() {
  return getMipLevelSizeInBytes(0);
}