mirror of
https://github.com/lisk77/comet.git
synced 2025-12-16 02:28:49 +00:00
feat(renderer): added RenderResources and Batches and filled out the Renderer trait for Renderer2D
This commit is contained in:
parent
66c444371a
commit
c2776e1bc4
7 changed files with 198 additions and 390 deletions
|
|
@ -1,6 +1,7 @@
|
|||
mod batch;
|
||||
mod camera;
|
||||
mod draw_info;
|
||||
pub mod render_context;
|
||||
mod render_group;
|
||||
mod render_pass;
|
||||
pub mod render_resources;
|
||||
pub mod renderer;
|
||||
pub mod renderer2d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue