bevy/crates/bevy_ui/src/render
Sergi-Ferrez 05c7babba2 Clarify bevy::ui::Node field and documentation (#5995)
# Objective
Fixes #5820

## Solution

Change field name and documentation from `bevy::ui::Node` struct

---

## Changelog

`bevy::ui::Node` `size` field has renamed to `calculated_size`

## Migration Guide

All references to the old `size` name has been changed, to access `bevy::ui::Node` `size` field use `calculated_size`
2022-10-17 13:27:24 +00:00
..
mod.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
pipeline.rs get proper texture format after the renderer is initialized, fix #3897 (#5413) 2022-10-10 16:10:05 +00:00
render_pass.rs update wgpu to 0.13 (#5168) 2022-07-14 21:17:16 +00:00
ui.wgsl adjust cluster index for viewport origin (#5947) 2022-09-15 21:58:14 +00:00