Draft multi-threaded image rendering in iced_wgpu
This commit is contained in:
parent
92888a3639
commit
cb8d2710da
22 changed files with 886 additions and 305 deletions
|
|
@ -174,6 +174,12 @@ pub enum Action {
|
|||
|
||||
/// Set the window size increment.
|
||||
SetResizeIncrements(Id, Option<Size>),
|
||||
|
||||
/// Redraws all the windows.
|
||||
RedrawAll,
|
||||
|
||||
/// Recomputes the layouts of all the windows.
|
||||
RelayoutAll,
|
||||
}
|
||||
|
||||
/// Subscribes to the frames of the window of the running application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue