mirror of
https://github.com/bevyengine/bevy
synced 2025-01-23 02:15:15 +00:00
f9da5eecf2
# Objective - Fixes #13092. ## Solution - Renamed the `inset()` method in `Rect`, `IRect` and `URect` to `inflate()`. - Added `EMPTY` constants to all `Rect` variants, represented by corners with the maximum numerical values for each kind. --- ## Migration Guide - Replace `Rect::inset()`, `IRect::inset()` and `URect::inset()` calls with `inflate()`. |
||
---|---|---|
.. | ||
mod.rs | ||
pipeline.rs | ||
render_pass.rs | ||
ui.wgsl | ||
ui_material.wgsl | ||
ui_material_pipeline.rs | ||
ui_vertex_output.wgsl |