Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Sep 15, 2024
1 parent 6b9fa83 commit 033fa77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wgpu-hal/src/vulkan/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2565,9 +2565,6 @@ impl crate::Device for super::Device {
.handle_type(handle_ty)
.memory(*buffer.block.as_ref().expect("cannot export imported buffer").lock().memory()),
).map_err(super::map_host_device_oom_err)?;
let mut properties = vk::MemoryWin32HandlePropertiesKHR::default().memory_type_bits(handle_ty.as_raw());
win_32.get_memory_win32_handle_properties(handle_ty, handle, &mut properties).unwrap();
println!("{}, {handle}", properties.memory_type_bits);
wgt::BufferHandle::Win32(
handle as _
) },
Expand Down

0 comments on commit 033fa77

Please sign in to comment.