layers: intercept xglCmdBindVertexData() in DrawState and MemTracker
diff --git a/layers/draw_state.c b/layers/draw_state.c
index c821a1d..e8f432c 100644
--- a/layers/draw_state.c
+++ b/layers/draw_state.c
@@ -2039,6 +2039,8 @@
         return xglCmdBindDescriptorSet;
     else if (!strncmp("xglCmdBindDynamicMemoryView", funcName, sizeof("xglCmdBindDynamicMemoryView")))
         return xglCmdBindDynamicMemoryView;
+    else if (!strncmp("xglCmdBindVertexData", funcName, sizeof("xglCmdBindVertexData")))
+        return xglCmdBindVertexData;
     else if (!strncmp("xglCmdBindIndexData", funcName, sizeof("xglCmdBindIndexData")))
         return xglCmdBindIndexData;
     else if (!strncmp("xglCmdBindAttachments", funcName, sizeof("xglCmdBindAttachments")))