Skip to content

Commit

Permalink
qvk: remove duplicate extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Nov 24, 2024
1 parent 95210c5 commit a7b38d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qvk/qvk.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ qvk_init(const char *preferred_device_name, int preferred_device_id, int window)
#endif
if(window) requested_device_extensions[len++] = VK_KHR_SWAPCHAIN_EXTENSION_NAME;

requested_device_extensions[len++] = VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME;

VkDeviceCreateInfo dev_create_info = {
.sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO,
.pNext = &device_features,
Expand Down

0 comments on commit a7b38d6

Please sign in to comment.