mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
wgpu 0.16 (#2884)
* Adapt to latest wgpu changes * Point to latest wgpu commit * Fix egui-wgpu winit * wgpu 0.16 * Fix web compilation issue * Add libloading to deny.toml skip * lock fix after merge, sort deny skip list --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -407,7 +407,7 @@ impl Painter {
|
||||
buffer,
|
||||
layout: wgpu::ImageDataLayout {
|
||||
offset: 0,
|
||||
bytes_per_row: Some(std::num::NonZeroU32::new(padding.padded_bytes_per_row)?),
|
||||
bytes_per_row: Some(padding.padded_bytes_per_row),
|
||||
rows_per_image: None,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user