Skip to content

Commit

Permalink
Remove obsolete vulkan device extension
Browse files Browse the repository at this point in the history
It's part of Vulkan 1.1 nowadays
  • Loading branch information
maximbaz committed Oct 15, 2024
1 parent 11f4ba1 commit 6c67c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frame/vulkan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl Vulkan {
.queue_priorities(&[1.0])];

let device_extensions = &[
vk::KHR_EXTERNAL_MEMORY_CAPABILITIES_NAME.as_ptr(),
vk::KHR_EXTERNAL_MEMORY_FD_NAME.as_ptr(),
vk::EXT_EXTERNAL_MEMORY_DMA_BUF_NAME.as_ptr(),
];
Expand Down

0 comments on commit 6c67c4b

Please sign in to comment.