|  f326705cab # Objective Hello! I am adopting #11022 to resolve conflicts with `main`. tldr: this removes `scale` in favour of `scaling_mode`. Please see the original PR for explanation/discussion. Also relates to #2580. ## Migration Guide Replace all uses of `scale` with `scaling_mode`, keeping in mind that `scale` is (was) a multiplier. For example, replace ```rust scale: 2.0, scaling_mode: ScalingMode::FixedHorizontal(4.0), ``` with ```rust scaling_mode: ScalingMode::FixedHorizontal(8.0), ``` --------- Co-authored-by: Stepan Koltsov <stepan.koltsov@gmail.com> | ||
|---|---|---|
| .. | ||
| batching | ||
| camera | ||
| diagnostic | ||
| mesh | ||
| primitives | ||
| render_graph | ||
| render_phase | ||
| render_resource | ||
| renderer | ||
| texture | ||
| view | ||
| alpha.rs | ||
| color_operations.wgsl | ||
| extract_component.rs | ||
| extract_instances.rs | ||
| extract_param.rs | ||
| extract_resource.rs | ||
| globals.rs | ||
| globals.wgsl | ||
| gpu_component_array_buffer.rs | ||
| lib.rs | ||
| maths.wgsl | ||
| pipelined_rendering.rs | ||
| render_asset.rs | ||
| settings.rs | ||
| spatial_bundle.rs | ||
| storage.rs | ||