mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
wgpu-core: Move Device resource methods into device::resource.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -480,7 +480,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
|
||||
|
||||
fn queue_validate_write_buffer_impl<A: HalApi>(
|
||||
&self,
|
||||
buffer: &super::resource::Buffer<A>,
|
||||
buffer: &crate::resource::Buffer<A>,
|
||||
buffer_id: id::BufferId,
|
||||
buffer_offset: u64,
|
||||
buffer_size: u64,
|
||||
|
||||
3137
wgpu-core/src/device/resource.rs
Normal file
3137
wgpu-core/src/device/resource.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user