Function rps_sys::rpsFormatIsBlockCompressed
source · Expand description
Returns whether a format is block compressed.
All block compressed formats start with the prefix RPS_FORMAT_BC.
@param format Format to check.
@returns RPS_TRUE if the format is block compressed, RPS_FALSE otherwise.