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