diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2023-01-09 16:56:16 +0100 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2023-12-12 19:10:04 +0100 |
commit | 2f47c573857f0e6f81281c62d51f006ab7f24828 (patch) | |
tree | d9cbc6a6981ccad9c4b2688f7109bad7b0a5a7b4 /COPYRIGHT.txt | |
parent | 208c1020f52e66dcbe0bc8eae1622afb437e69a5 (diff) | |
download | redot-engine-2f47c573857f0e6f81281c62d51f006ab7f24828.tar.gz |
Add Direct3D 12 RenderingDevice implementation
Diffstat (limited to 'COPYRIGHT.txt')
-rw-r--r-- | COPYRIGHT.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 03415b4c39..0d116438ef 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -194,6 +194,16 @@ Copyright: 2018, Eric Lasota 2018, Microsoft Corp. License: Expat +Files: ./thirdparty/d3d12ma/ +Comment: D3D12 Memory Allocator +Copyright: 2019-2022 Advanced Micro Devices, Inc. +License: Expat + +Files: ./thirdparty/directx_headers/ +Comment: DirectX Headers +Copyright: Microsoft Corporation +License: Expat + Files: ./thirdparty/doctest/ Comment: doctest Copyright: 2016-2023, Viktor Kirilov |