Update wgpu to 0.6 in iced_wgpu
This commit is contained in:
parent
fb015a85d2
commit
67d90e3946
8 changed files with 275 additions and 211 deletions
|
|
@ -65,6 +65,7 @@ impl Pipeline {
|
|||
pub fn draw_queued(
|
||||
&mut self,
|
||||
device: &wgpu::Device,
|
||||
staging_belt: &mut wgpu::util::StagingBelt,
|
||||
encoder: &mut wgpu::CommandEncoder,
|
||||
target: &wgpu::TextureView,
|
||||
transformation: Transformation,
|
||||
|
|
@ -74,6 +75,7 @@ impl Pipeline {
|
|||
.borrow_mut()
|
||||
.draw_queued_with_transform_and_scissoring(
|
||||
device,
|
||||
staging_belt,
|
||||
encoder,
|
||||
target,
|
||||
transformation.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue