You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,8 @@
1
-
# RadeonRays 4.0
2
-
3
-
## Important
4
-
5
-
RadeonRays 2.0 SDK (OpenCL) has been moved to 'legacy-2.0' branch.
1
+
# RadeonRays 4.1
6
2
7
3
## Summary
8
4
9
-
RadeonRays is a ray intersection acceleration library for heterogeneous hardware and software systems. AMD developed RadeonRays to help developers make the most of GPU, APUs and CPUs, and to eliminate the need to maintain hardware-dependent code.
5
+
RadeonRays is a ray intersection acceleration library. AMD developed RadeonRays to help developers make the most of GPU and to eliminate the need to maintain hardware-dependent code.
10
6
11
7
The library offers a well-defined C API for scene building and performing asynchronous ray intersection queries.
12
8
@@ -16,17 +12,15 @@ RadeonRays is not limited to AMD hardware, a specific operating system or graphi
16
12
17
13
The library supports the following graphics and GPGPU frameworks as its backends:
18
14
19
-
- DirectX 12
20
-
- Metal
15
+
- DirectX12
21
16
- Vulkan
22
17
23
18
## System Requirements
24
19
25
20
RadeonRays requires a PC with the following software and hardware:
26
21
27
-
- DirectX12: a 64-bit version of Windows® 10, and a GPU and drivers that supports DirectX12 features
28
-
- Metal: a 64-bit version of MacOS® X 10.15 or later, and a discrete GPU that supports the MPS acceleration structure
29
-
- Vulkan: a 64-bit version of Windows® 10 or Linux, and a GPU and drivers that support Vulkan version 1.2
22
+
- DirectX12: a 64-bit version of Windows® 10, and a GPU and drivers that supports DirectX12 features
23
+
- Vulkan: a 64-bit version of Windows® 10 or Linux, and a GPU and drivers that support Vulkan version 1.2
0 commit comments