bevy/crates/bevy_sprite/src/mesh2d
François 154a490445
fix example mesh2d_manual (#9941)
# Objective

- After https://github.com/bevyengine/bevy/pull/9903, example
`mesh2d_manual` doesn't render anything

## Solution

- Fix the example using the new `RenderMesh2dInstances`
2023-10-06 20:13:09 +00:00
..
color_material.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
color_material.wgsl Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
material.rs Use EntityHashMap<Entity, T> for render world entity storage for better performance (#9903) 2023-09-27 08:28:28 +00:00
mesh2d_bindings.wgsl Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
mesh2d_functions.wgsl Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
mesh2d_types.wgsl Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
mesh2d_vertex_output.wgsl improve shader import model (#5703) 2023-06-27 00:29:22 +00:00
mesh2d_view_bindings.wgsl Use a single line for of large binding lists (#9849) 2023-09-19 22:17:44 +00:00
mesh2d_view_types.wgsl Refactor Globals and View structs into separate shaders (#7512) 2023-02-11 17:55:18 +00:00
mesh2d.wgsl Automatic batching/instancing of draw commands (#9685) 2023-09-21 22:12:34 +00:00
mesh.rs fix example mesh2d_manual (#9941) 2023-10-06 20:13:09 +00:00
mod.rs Add 2d meshes and materials (#3460) 2022-01-08 01:29:08 +00:00