Skip to content

Commit

Permalink
Fix validation warning in descriptorindexing example
Browse files Browse the repository at this point in the history
  • Loading branch information
SRSaunders committed Apr 22, 2024
1 parent 0ca319f commit ee02e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/descriptorindexing/descriptorindexing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class VulkanExample : public VulkanExampleBase

// [POI] Enable required extensions
enabledInstanceExtensions.push_back(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME);
enabledDeviceExtensions.push_back(VK_KHR_MAINTENANCE1_EXTENSION_NAME);
enabledDeviceExtensions.push_back(VK_KHR_MAINTENANCE3_EXTENSION_NAME);
enabledDeviceExtensions.push_back(VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME);

Expand Down

0 comments on commit ee02e79

Please sign in to comment.