getBaseMipLevelSizeInBytes method
Returns the size in bytes of the base mip level (one slice). Equivalent
to getMipLevelSizeInBytes(0).
Implementation
int getBaseMipLevelSizeInBytes() {
return getMipLevelSizeInBytes(0);
}
Returns the size in bytes of the base mip level (one slice). Equivalent
to getMipLevelSizeInBytes(0).
int getBaseMipLevelSizeInBytes() {
return getMipLevelSizeInBytes(0);
}