You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nico de Poel 8c56fe1834 Merge branch 'ww1dev/hdrp17/svn' into ww1dev/hdrp17/staging 6 months ago
..
kernels Auto-sync from SVN revision 63332 6 months ago
BvhCheck.cs Auto-sync from SVN revision 63332 6 months ago
BvhCheck.cs.meta Auto-sync from SVN revision 63332 6 months ago
Common.cs Auto-sync from SVN revision 63332 6 months ago
Common.cs.meta Auto-sync from SVN revision 63332 6 months ago
HlbvhBuilder.cs Auto-sync from SVN revision 63332 6 months ago
HlbvhBuilder.cs.meta Auto-sync from SVN revision 63332 6 months ago
HlbvhTopLevelBuilder.cs Auto-sync from SVN revision 63332 6 months ago
HlbvhTopLevelBuilder.cs.meta Auto-sync from SVN revision 63332 6 months ago
README.txt Auto-sync from SVN revision 63332 6 months ago
README.txt.meta Auto-sync from SVN revision 63332 6 months ago
RadeonRaysAPI.cs Auto-sync from SVN revision 63332 6 months ago
RadeonRaysAPI.cs.meta Auto-sync from SVN revision 63332 6 months ago
RadixSort.cs Auto-sync from SVN revision 63332 6 months ago
RadixSort.cs.meta Auto-sync from SVN revision 63332 6 months ago
RestructureBvh.cs Auto-sync from SVN revision 63332 6 months ago
RestructureBvh.cs.meta Auto-sync from SVN revision 63332 6 months ago
Scan.cs Auto-sync from SVN revision 63332 6 months ago
Scan.cs.meta Auto-sync from SVN revision 63332 6 months ago
StringIDs.cs Auto-sync from SVN revision 63332 6 months ago
StringIDs.cs.meta Auto-sync from SVN revision 63332 6 months ago
kernels.meta Auto-sync from SVN revision 63332 6 months ago

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.