Skip to content

Commit

Permalink
fixup clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Sep 30, 2024
1 parent 83b8126 commit afee05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d12/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ impl Allocator {
device.CheckFeatureSupport(
D3D12_FEATURE_D3D12_OPTIONS,
<*mut D3D12_FEATURE_DATA_D3D12_OPTIONS>::cast(&mut options),
std::mem::size_of_val(&options) as u32,
size_of_val(&options) as u32,
)
}
.map_err(|e| {
Expand Down

0 comments on commit afee05d

Please sign in to comment.