pub unsafe extern "C" fn rpsFormatIsBlockCompressed(
    format: RpsFormat
) -> RpsBool
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.