Rasagar/Library/PackageCache/com.unity.rendering.light-transport/Runtime/UnifiedRayTracing/Compute/RadeonRays/README.txt

5 lines
523 B
Plaintext
Raw Normal View History

2024-08-26 13:07:20 -07: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.