-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
23 lines (18 loc) · 1.07 KB
/
Copy pathNOTICE
File metadata and controls
23 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RustyN64
Copyright (c) DoubleGate <parobek@gmail.com>
Dual-licensed under MIT OR Apache-2.0.
Vendored reference code (if any) retains its own license — see ref-proj/.
--------------------------------------------------------------------------------
Third-party code distributed with this repository
--------------------------------------------------------------------------------
parallel-rdp-standalone
Path: vendor/parallel-rdp-standalone (git submodule)
Copyright: (c) 2020 Themaister
License: MIT — see vendor/parallel-rdp-standalone/LICENSE
A Vulkan-compute implementation of the N64 RDP, together with the Granite
Vulkan backend and volk that it requires. Compiled and linked ONLY when the
default-off `gpu-rdp` feature is enabled (ADR 0014); a default build does not
touch it and does not require the submodule to be checked out.
This is an obligation in its own right, separate from any other attribution
in this file: distributing a binary built with the `gpu-rdp` feature enabled
must carry the above copyright notice and the MIT permission notice.