Skip to main content

powf

Function powf 

Source
pub fn powf(x: f32, y: f32) -> f32
Expand description

Power. Maps to pow(x, y) in WGSL.