Skip to content

Commit

Permalink
fix extension not present error (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Apr 20, 2023
1 parent 8e445bf commit e006aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ int create_gpu_instance()
gpu_info.support_VK_KHR_shader_float_controls = 0;
gpu_info.support_VK_KHR_storage_buffer_storage_class = 0;
gpu_info.support_VK_KHR_swapchain = 0;
gpu_info.support_VK_EXT_buffer_device_address = 0;
gpu_info.support_VK_EXT_descriptor_indexing = 0;
gpu_info.support_VK_EXT_memory_budget = 0;
gpu_info.support_VK_EXT_memory_priority = 0;
Expand Down

0 comments on commit e006aa8

Please sign in to comment.