Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Jul 9, 2024
1 parent e560a80 commit 2791680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/dx12/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl super::Adapter {
driver: {
let mut i = winnt::LARGE_INTEGER::default();
if 0 == unsafe {
adapter.CheckInterfaceSupport(dxgi::IDXGIDevice::uuidof(), &mut i)
adapter.CheckInterfaceSupport(&dxgi::IDXGIDevice::uuidof(), &mut i)
} {
let quad_part = unsafe { *i.QuadPart() };
const MASK: i64 = 0xFFFF;
Expand Down

0 comments on commit 2791680

Please sign in to comment.