Bug 14248: Add vkFreeDescriptorSets
diff --git a/include/vk_layer.h b/include/vk_layer.h
index 8cb5f3f..0881d24 100644
--- a/include/vk_layer.h
+++ b/include/vk_layer.h
@@ -99,6 +99,7 @@
     PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
     PFN_vkResetDescriptorPool ResetDescriptorPool;
     PFN_vkAllocDescriptorSets AllocDescriptorSets;
+    PFN_vkFreeDescriptorSets FreeDescriptorSets;
     PFN_vkUpdateDescriptorSets UpdateDescriptorSets;
     PFN_vkCreateDynamicViewportState CreateDynamicViewportState;
     PFN_vkDestroyDynamicViewportState DestroyDynamicViewportState;