icd: Support for command pools
diff --git a/include/vk_layer.h b/include/vk_layer.h
index 6d1945b..25c30e2 100644
--- a/include/vk_layer.h
+++ b/include/vk_layer.h
@@ -110,6 +110,9 @@
     PFN_vkDestroyDynamicColorBlendState DestroyDynamicColorBlendState;
     PFN_vkCreateDynamicDepthStencilState CreateDynamicDepthStencilState;
     PFN_vkDestroyDynamicDepthStencilState DestroyDynamicDepthStencilState;
+    PFN_vkCreateCommandPool CreateCommandPool;
+    PFN_vkDestroyCommandPool DestroyCommandPool;
+    PFN_vkResetCommandPool ResetCommandPool;
     PFN_vkCreateCommandBuffer CreateCommandBuffer;
     PFN_vkDestroyCommandBuffer DestroyCommandBuffer;
     PFN_vkBeginCommandBuffer BeginCommandBuffer;