VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.rendering.light-transport/Runtime/UnifiedRayTracing/Compute/RadeonRays
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00
..
kernels Main2 2025-09-08 11:13:29 +03:00
BvhCheck.cs Main2 2025-09-08 11:13:29 +03:00
BvhCheck.cs.meta Main2 2025-09-08 11:13:29 +03:00
Common.cs Main2 2025-09-08 11:13:29 +03:00
Common.cs.meta Main2 2025-09-08 11:13:29 +03:00
HlbvhBuilder.cs Main2 2025-09-08 11:13:29 +03:00
HlbvhBuilder.cs.meta Main2 2025-09-08 11:13:29 +03:00
HlbvhTopLevelBuilder.cs Main2 2025-09-08 11:13:29 +03:00
HlbvhTopLevelBuilder.cs.meta Main2 2025-09-08 11:13:29 +03:00
kernels.meta Main2 2025-09-08 11:13:29 +03:00
RadeonRaysAPI.cs Main2 2025-09-08 11:13:29 +03:00
RadeonRaysAPI.cs.meta Main2 2025-09-08 11:13:29 +03:00
RadixSort.cs Main2 2025-09-08 11:13:29 +03:00
RadixSort.cs.meta Main2 2025-09-08 11:13:29 +03:00
README.txt Main2 2025-09-08 11:13:29 +03:00
README.txt.meta Main2 2025-09-08 11:13:29 +03:00
RestructureBvh.cs Main2 2025-09-08 11:13:29 +03:00
RestructureBvh.cs.meta Main2 2025-09-08 11:13:29 +03:00
Scan.cs Main2 2025-09-08 11:13:29 +03:00
Scan.cs.meta Main2 2025-09-08 11:13:29 +03:00
StringIDs.cs Main2 2025-09-08 11:13:29 +03:00
StringIDs.cs.meta Main2 2025-09-08 11:13:29 +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.