Function spirv_std::arch::unsigned_min

source ·
pub fn unsigned_min<T: UnsignedInteger>(a: T, b: T) -> T
Expand description

Compute the minimum of two unsigned integers via a GLSL extended instruction.