Skip to content

Commit

Permalink
fixup! windows-rs 0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jul 25, 2024
1 parent 662998b commit 4bb47c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/dx12/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ impl crate::Surface for Surface {
let mut resources = Vec::with_capacity(swap_chain_buffer as usize);
for i in 0..swap_chain_buffer {
let resource = unsafe { swap_chain.GetBuffer(i) }
.into_device_result("Failed to get swpachain buffer")?;
.into_device_result("Failed to get swapchain buffer")?;
resources.push(resource);
}

Expand Down

0 comments on commit 4bb47c3

Please sign in to comment.