# Objective - Use cube root library function instead of handrolling. ## Solution - Instead of `powf(1./3.)` use `cbrt()`. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| pipeline.rs | ||
| render_pass.rs | ||
| ui.wgsl | ||
# Objective - Use cube root library function instead of handrolling. ## Solution - Instead of `powf(1./3.)` use `cbrt()`. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| pipeline.rs | ||
| render_pass.rs | ||
| ui.wgsl | ||