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