Skip to content

Commit 5644cd2

Browse files
committed
Remove #[cfg(windows)] from find_memory_type_index
1 parent 625bf3b commit 5644cd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wgpu-hal/src/vulkan/device.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ impl super::Device {
648648
}
649649
}
650650

651-
#[cfg(windows)]
652651
fn find_memory_type_index(
653652
&self,
654653
type_bits_req: u32,

0 commit comments

Comments
 (0)