bevy/crates/bevy_ui/src/render
targrub 96c9c60f80 Use cbrt() instead of powf(1./3.) (#6481)
# Objective

- Use cube root library function instead of handrolling.

## Solution

- Instead of `powf(1./3.)` use `cbrt()`.
2022-11-05 14:12:04 +00:00
..
mod.rs Use cbrt() instead of powf(1./3.) (#6481) 2022-11-05 14:12:04 +00:00
pipeline.rs Specialize UI pipeline on "hdr-ness" (#6459) 2022-11-03 21:14:03 +00:00
render_pass.rs Use new let-else syntax where possible (#6463) 2022-11-04 21:32:09 +00:00
ui.wgsl adjust cluster index for viewport origin (#5947) 2022-09-15 21:58:14 +00:00