wip: week of changes
This commit is contained in:
parent
03e8f34dba
commit
176ea52ab0
20 changed files with 171 additions and 47 deletions
|
|
@ -2,11 +2,12 @@ use raidillon_core::Scene;
|
|||
use glium::Frame;
|
||||
use crate::GliumAssetManager;
|
||||
use indexmap::IndexMap;
|
||||
use raidillon_assets::ModelManagerRef;
|
||||
|
||||
pub struct RenderingContext<'a> {
|
||||
pub scene: &'a Scene,
|
||||
pub target: &'a mut Frame,
|
||||
pub asset_manager: &'a mut GliumAssetManager,
|
||||
pub asset_manager: ModelManagerRef,
|
||||
}
|
||||
|
||||
/// The internal "rendering system" trait of raidillon_glium.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue