commit | b1d65a2b3373fe12c622eaab65e5cf21b906d178 | [log] [tgz] |
---|---|---|
author | Peng Huang <shawn.p.huang@gmail.com> | Wed Jan 27 20:00:45 2021 -0500 |
committer | Peng Huang <shawn.p.huang@gmail.com> | Wed Jan 27 20:15:03 2021 -0500 |
tree | 5085babe1b5bc52276fcb555feaf0672a46f5038 | |
parent | c039c229e822709871d39554c915367d4ced4cb2 [diff] [blame] |
Add vma.cpp contains vma's implementation. Change-Id: I1a9450530d20ddbde1a0ac07ad68a2b6d6c44029
diff --git a/vma.cpp b/vma.cpp new file mode 100644 index 0000000..d5284f7 --- /dev/null +++ b/vma.cpp
@@ -0,0 +1,8 @@ +// Copyright 2021 The ANGLE Project Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include <vulkan/vulkan.h> + +#define VMA_IMPLEMENTATION +#include "src/vk_mem_alloc.h"