Adding gemmlowp and VulkanMemoryAllocator third_party deps.
diff --git a/.gitmodules b/.gitmodules
index 17f084a..245b5f7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,7 +22,15 @@
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
shallow = true
-[submodule "third_party/vulkan-headers"]
- path = third_party/vulkan-headers
+[submodule "third_party/vulkan_headers"]
+ path = third_party/vulkan_headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
shallow = true
+[submodule "third_party/vulkan_memory_allocator"]
+ path = third_party/vulkan_memory_allocator
+ url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
+ shallow = true
+[submodule "third_party/gemmlowp"]
+ path = third_party/gemmlowp
+ url = https://github.com/google/gemmlowp.git
+ shallow = true
diff --git a/third_party/gemmlowp b/third_party/gemmlowp
new file mode 160000
index 0000000..dc69acd
--- /dev/null
+++ b/third_party/gemmlowp
@@ -0,0 +1 @@
+Subproject commit dc69acdf61d7a64260ae0eb9c17421fef0488c02
diff --git a/third_party/vulkan-headers b/third_party/vulkan_headers
similarity index 100%
rename from third_party/vulkan-headers
rename to third_party/vulkan_headers
diff --git a/third_party/vulkan_memory_allocator b/third_party/vulkan_memory_allocator
new file mode 160000
index 0000000..909f36b
--- /dev/null
+++ b/third_party/vulkan_memory_allocator
@@ -0,0 +1 @@
+Subproject commit 909f36b714c9239ee0b112a321220213a474ba53