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

@brief Returns whether a format has only a depth component and no stencil component.

@param format Format to check.

@returns RPS_TRUE if the format has a stencil component and no stencil component, RPS_FALSE otherwise.