bevy/examples/2d
Mike 95032a3f97 change texture atlas sprite indexing to usize (#2887)
Per this comment https://github.com/bevyengine/bevy/pull/2864#discussion_r717947232,
I have done a pass at changing all the public facing indexes for `TextureAtlas` to usize.
2021-11-01 21:28:50 +00:00
..
contributors.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
many_sprites.rs Add upstream bevy_ecs and prepare for custom-shaders merge (#2815) 2021-09-14 06:14:19 +00:00
mesh.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
pipelined_texture_atlas.rs change texture atlas sprite indexing to usize (#2887) 2021-11-01 21:28:50 +00:00
sprite.rs Add upstream bevy_ecs and prepare for custom-shaders merge (#2815) 2021-09-14 06:14:19 +00:00
sprite_flipping.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
sprite_sheet.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
text2d.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00
texture_atlas.rs pipelined rendering proof of concept 2021-07-24 16:43:37 -07:00