You've already forked GPUOpen-LibrariesAndSDKs.VulkanMemoryAllocator
9 lines
260 B
C++
9 lines
260 B
C++
// 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 "include/vk_mem_alloc.h"
|