Skip to content

Commit d8c8f91

Browse files
committed
fix clippy
1 parent 4d1b1ba commit d8c8f91

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

crates/gdcef/src/accelerated_osr/linux/vulkan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ struct VulkanFunctions {
101101
allocate_memory: vk::PFN_vkAllocateMemory,
102102
bind_image_memory: vk::PFN_vkBindImageMemory,
103103
create_image: vk::PFN_vkCreateImage,
104-
get_image_memory_requirements: vk::PFN_vkGetImageMemoryRequirements,
105104
create_command_pool: vk::PFN_vkCreateCommandPool,
106105
destroy_command_pool: vk::PFN_vkDestroyCommandPool,
107106
allocate_command_buffers: vk::PFN_vkAllocateCommandBuffers,

crates/gdcef/src/accelerated_osr/windows/vulkan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ struct VulkanFunctions {
7171
allocate_memory: vk::PFN_vkAllocateMemory,
7272
bind_image_memory: vk::PFN_vkBindImageMemory,
7373
create_image: vk::PFN_vkCreateImage,
74-
get_image_memory_requirements: vk::PFN_vkGetImageMemoryRequirements,
7574
create_command_pool: vk::PFN_vkCreateCommandPool,
7675
destroy_command_pool: vk::PFN_vkDestroyCommandPool,
7776
allocate_command_buffers: vk::PFN_vkAllocateCommandBuffers,

0 commit comments

Comments
 (0)