VR4Medical/ICI/Library/PackageCache/com.unity.rendering.light-transport@e647573c7d2a/Runtime/UnifiedRayTracing/Compute/RadeonRays
2025-07-29 13:45:50 +03:00
..
kernels start 2025-07-29 13:45:50 +03:00
BvhCheck.cs start 2025-07-29 13:45:50 +03:00
BvhCheck.cs.meta start 2025-07-29 13:45:50 +03:00
Common.cs start 2025-07-29 13:45:50 +03:00
Common.cs.meta start 2025-07-29 13:45:50 +03:00
HlbvhBuilder.cs start 2025-07-29 13:45:50 +03:00
HlbvhBuilder.cs.meta start 2025-07-29 13:45:50 +03:00
HlbvhTopLevelBuilder.cs start 2025-07-29 13:45:50 +03:00
HlbvhTopLevelBuilder.cs.meta start 2025-07-29 13:45:50 +03:00
kernels.meta start 2025-07-29 13:45:50 +03:00
RadeonRaysAPI.cs start 2025-07-29 13:45:50 +03:00
RadeonRaysAPI.cs.meta start 2025-07-29 13:45:50 +03:00
RadixSort.cs start 2025-07-29 13:45:50 +03:00
RadixSort.cs.meta start 2025-07-29 13:45:50 +03:00
README.txt start 2025-07-29 13:45:50 +03:00
README.txt.meta start 2025-07-29 13:45:50 +03:00
RestructureBvh.cs start 2025-07-29 13:45:50 +03:00
RestructureBvh.cs.meta start 2025-07-29 13:45:50 +03:00
Scan.cs start 2025-07-29 13:45:50 +03:00
Scan.cs.meta start 2025-07-29 13:45:50 +03:00
StringIDs.cs start 2025-07-29 13:45:50 +03:00
StringIDs.cs.meta start 2025-07-29 13:45:50 +03:00

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.