MIF_E31230650/Library/PackageCache/com.unity.rendering.light-t.../Runtime/UnifiedRayTracing/Compute/RadeonRays
zalsaoktaviaramadhani 11b9c7dee5 first commit 2026-06-25 21:38:30 +07:00
..
kernels first commit 2026-06-25 21:38:30 +07:00
BvhCheck.cs first commit 2026-06-25 21:38:30 +07:00
BvhCheck.cs.meta first commit 2026-06-25 21:38:30 +07:00
Common.cs first commit 2026-06-25 21:38:30 +07:00
Common.cs.meta first commit 2026-06-25 21:38:30 +07:00
HlbvhBuilder.cs first commit 2026-06-25 21:38:30 +07:00
HlbvhBuilder.cs.meta first commit 2026-06-25 21:38:30 +07:00
HlbvhTopLevelBuilder.cs first commit 2026-06-25 21:38:30 +07:00
HlbvhTopLevelBuilder.cs.meta first commit 2026-06-25 21:38:30 +07:00
README.txt first commit 2026-06-25 21:38:30 +07:00
README.txt.meta first commit 2026-06-25 21:38:30 +07:00
RadeonRaysAPI.cs first commit 2026-06-25 21:38:30 +07:00
RadeonRaysAPI.cs.meta first commit 2026-06-25 21:38:30 +07:00
RadixSort.cs first commit 2026-06-25 21:38:30 +07:00
RadixSort.cs.meta first commit 2026-06-25 21:38:30 +07:00
RestructureBvh.cs first commit 2026-06-25 21:38:30 +07:00
RestructureBvh.cs.meta first commit 2026-06-25 21:38:30 +07:00
Scan.cs first commit 2026-06-25 21:38:30 +07:00
Scan.cs.meta first commit 2026-06-25 21:38:30 +07:00
StringIDs.cs first commit 2026-06-25 21:38:30 +07:00
StringIDs.cs.meta first commit 2026-06-25 21:38:30 +07:00
kernels.meta first commit 2026-06-25 21:38:30 +07:00

README.txt

This code has been ported from C++ to C# from the RadeonRays library. Version used: 4.1 release (https://github.com/GPUOpen-LibrariesAndSDKs/RadeonRays_SDK)

The files follow the same structure and naming as their original counterpart in https://github.com/GPUOpen-LibrariesAndSDKs/RadeonRays_SDK/tree/master/src/core/src/dx.
- Modifications have been done to the HLSL shaders to work around bugs found in the old FXC compiler.
- See comments in HlbvhBuilder.cs for modifications done to code responsible for the BVH build.