WIP
This commit is contained in:
parent
4cf2ba20c2
commit
cd1c137542
7 changed files with 235 additions and 15 deletions
|
@ -148,6 +148,7 @@ pub trait PlatformWindow {
|
|||
fn draw(&self, scene: Scene);
|
||||
|
||||
fn monochrome_sprite_atlas(&self) -> Arc<dyn PlatformAtlas>;
|
||||
fn polychrome_sprite_atlas(&self) -> Arc<dyn PlatformAtlas>;
|
||||
}
|
||||
|
||||
pub trait PlatformDispatcher: Send + Sync {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue