/UnitySimpleRaytracing

Unity + Compute shaders + GPU Radix sort + LBVH + Wave intrinsics + Raytracing

Primary LanguageC#

UnitySimpleRaytracing

Software raytracing implementation on the GPU (BVH building and traversal). Used LBVH+radix sort on the spatial subdivision part.

Based on these articles

WARNING: for GPU sorting part I used new HLSL wave intrinsics for scan stage. So it's obligation to run this project on Nvidia GPUs because of lane size equal to 32.