Function rps_sys::rpsFormatHasDepth

source ·
pub unsafe extern "C" fn rpsFormatHasDepth(
    format: RpsFormat
) -> RpsBool
Expand description

Returns whether a format has a depth component.

@param format Format to check.

@returns RPS_TRUE if the format has a depth component, RPS_FALSE otherwise.