You're breathtaking!
This commit is contained in:
18
Source/ThirdParty/VulkanMemoryAllocator/VulkanMemoryAllocator.Build.cs
vendored
Normal file
18
Source/ThirdParty/VulkanMemoryAllocator/VulkanMemoryAllocator.Build.cs
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
using Flax.Build;
|
||||
|
||||
/// <summary>
|
||||
/// https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
|
||||
/// </summary>
|
||||
public class VulkanMemoryAllocator : HeaderOnlyModule
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override void Init()
|
||||
{
|
||||
base.Init();
|
||||
|
||||
LicenseType = LicenseTypes.MIT;
|
||||
LicenseFilePath = "LICENSE.txt";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user