bevy/crates/bevy_ui/src/widget
SpecificProtagonist 1c8d2ee3e1
viewport_node example: Remove main world image initialization (#19098)
# Objective

The new viewport example allocates a texture in main memory, even though
it's only needed on the GPU. Also fix an unnecessary warning when a
viewport's texture doesn't exist CPU-side.

## Testing

Run the `viewport_node` example.
2025-05-26 17:20:29 +00:00
..
button.rs Improved Require Syntax (#18555) 2025-03-26 17:48:27 +00:00
image.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
label.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
mod.rs Add a viewport UI widget (#17253) 2025-05-05 22:57:37 +00:00
text.rs Remove YAxisOrientation from bevy_text (#19077) 2025-05-19 19:17:20 +00:00
viewport.rs viewport_node example: Remove main world image initialization (#19098) 2025-05-26 17:20:29 +00:00