
This replaces Renderable with Draw/RenderPipelines components and makes various aspects of the renderer much simpler and legible
8 lines
204 B
Rust
8 lines
204 B
Rust
mod wgpu_render_context;
|
|
mod wgpu_render_graph_executor;
|
|
mod wgpu_render_resource_context;
|
|
|
|
pub use wgpu_render_context::*;
|
|
pub use wgpu_render_graph_executor::*;
|
|
pub use wgpu_render_resource_context::*;
|