Skip to content

Commit

Permalink
Fix create_device_from_hal not using the provided hal_device's queue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG authored Feb 23, 2023
1 parent 0155b5a commit 73b4257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ impl Adapter {
Queue {
context,
id: queue.id().into(),
data: Box::new(()),
data: Box::new(queue),
},
)
})
Expand Down

0 comments on commit 73b4257

Please sign in to comment.