Fix imports (#3618)

This commit is contained in:
Xiaopeng Li 2023-03-24 21:30:53 +08:00 committed by GitHub
parent b330ff25a3
commit f43b706e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,