bevy/pipelined/bevy_ui2/src
davier 25b62f9577 Port bevy_ui to pipelined-rendering (#2653)
# Objective

Port bevy_ui to pipelined-rendering (see #2535 )

## Solution

I did some changes during the port:
- [X] separate color from the texture asset (as suggested [here](https://discord.com/channels/691052431525675048/743663924229963868/874353914525413406))
- [X] ~give the vertex shader a per-instance buffer instead of per-vertex buffer~ (incompatible with batching)

Remaining features to implement to reach parity with the old renderer:
- [x] textures
- [X] TextBundle

I'd also like to add these features, but they need some design discussion:
- [x] batching
- [ ] separate opaque and transparent phases
- [ ] multiple windows
- [ ] texture atlases
- [ ] (maybe) clipping
2021-12-10 22:21:23 +00:00
..
flex Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
render Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
widget Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
anchors.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
entity.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
focus.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
lib.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
margins.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
ui_node.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00
update.rs Port bevy_ui to pipelined-rendering (#2653) 2021-12-10 22:21:23 +00:00