mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-10 12:28:11 -05:00
Remove lifetime from BufferSlice, BufferView, BufferViewMut (#8046)
This commit is contained in:
@@ -282,7 +282,5 @@ fn process_shader(ctx: TestingContext, inputs: &[u8], entry_point_src: &str) ->
|
||||
|
||||
ctx.device.poll(wgpu::PollType::Wait).unwrap();
|
||||
|
||||
let value = pulldown_buffer.get_mapped_range(..).to_vec();
|
||||
|
||||
value
|
||||
pulldown_buffer.get_mapped_range(..).to_vec()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user