isCompressed property
Whether this is a block-compressed pixel format.
Implementation
bool get isCompressed {
return blockWidth > 1 || blockHeight > 1;
}
Whether this is a block-compressed pixel format.
bool get isCompressed {
return blockWidth > 1 || blockHeight > 1;
}