Allow iced_wgpu to render to any TextureView
This commit is contained in:
parent
95880ca74b
commit
f1e20a61f1
13 changed files with 355 additions and 240 deletions
|
|
@ -193,7 +193,7 @@ impl<A> iced_winit::Application for Instance<A>
|
|||
where
|
||||
A: Application,
|
||||
{
|
||||
type Renderer = iced_wgpu::Renderer;
|
||||
type Backend = iced_wgpu::window::Backend;
|
||||
type Executor = A::Executor;
|
||||
type Message = A::Message;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue