diff options
Diffstat (limited to 'include/vk_layer.h')
| -rw-r--r-- | include/vk_layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vk_layer.h b/include/vk_layer.h index 8cb5f3fa..0881d24f 100644 --- a/include/vk_layer.h +++ b/include/vk_layer.h @@ -99,6 +99,7 @@ typedef struct VkLayerDispatchTable_ PFN_vkDestroyDescriptorPool DestroyDescriptorPool; PFN_vkResetDescriptorPool ResetDescriptorPool; PFN_vkAllocDescriptorSets AllocDescriptorSets; + PFN_vkFreeDescriptorSets FreeDescriptorSets; PFN_vkUpdateDescriptorSets UpdateDescriptorSets; PFN_vkCreateDynamicViewportState CreateDynamicViewportState; PFN_vkDestroyDynamicViewportState DestroyDynamicViewportState; |
