pub fn signed_max<T: SignedInteger>(a: T, b: T) -> TExpand description
Compute the maximum of two signed integers via a GLSL extended instruction.
pub fn signed_max<T: SignedInteger>(a: T, b: T) -> TCompute the maximum of two signed integers via a GLSL extended instruction.