implement multi_window for iced_glutin
This commit is contained in:
parent
0ad53a3d5c
commit
064407635a
3 changed files with 561 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ pub trait GLCompositor: Sized {
|
|||
/// The settings of the [`GLCompositor`].
|
||||
///
|
||||
/// It's up to you to decide the configuration supported by your renderer!
|
||||
type Settings: Default;
|
||||
type Settings: Default + Clone;
|
||||
|
||||
/// Creates a new [`GLCompositor`] and [`Renderer`] with the given
|
||||
/// [`Settings`] and an OpenGL address loader function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue