mirror of
https://github.com/lisk77/comet.git
synced 2025-12-16 02:28:49 +00:00
refactor(renderer2d): modularized and abstracted away the render context
This commit is contained in:
parent
9a0e02567b
commit
66c444371a
5 changed files with 412 additions and 1145 deletions
|
|
@ -1,7 +1,6 @@
|
|||
mod camera;
|
||||
mod draw_info;
|
||||
pub mod render_context;
|
||||
mod render_group;
|
||||
mod render_pass;
|
||||
pub mod renderer;
|
||||
pub mod renderer2d;
|
||||
pub mod renderer2d_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue