Skip to main content

max

Function max 

Source
pub fn max<T: Ord>(a: T, b: T) -> T
Expand description

Maximum. Maps to max(a, b) in WGSL.