Function spirv_std::arch::signed_min
source · pub fn signed_min<T: SignedInteger>(a: T, b: T) -> TExpand description
Compute the minimum of two signed integers via a GLSL extended instruction.
pub fn signed_min<T: SignedInteger>(a: T, b: T) -> TCompute the minimum of two signed integers via a GLSL extended instruction.