mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Fix imports (#3618)
This commit is contained in:
parent
b330ff25a3
commit
f43b706e17
@ -210,7 +210,7 @@ mod allocation {
|
||||
use std::ptr;
|
||||
use winapi::{
|
||||
um::{
|
||||
d3d12_ty::{self, ID3D12Resource},
|
||||
d3d12::{self as d3d12_ty, ID3D12Resource},
|
||||
winnt::HRESULT,
|
||||
},
|
||||
Interface,
|
||||
|
Loading…
Reference in New Issue
Block a user