I have identified two relevant Github repository directories that should have the implementation, but I’m just not sure if I’m looking in the right place.
Here is where i’m looking: Engine/Source/Runtime/Renderer/Private/RayTracing and
Engine/Shaders/Private/RayTracing
The files i’m finding here seem to be high level and don’t actually reveal the mathematical computation involved in rendering 1 frame in UE with raytracing enabled, which is what I’m interested in.
Where can I look to find more info on the GPU code involved in UE Raytracing? Also, I want to understand the file structure and data structures involved in UE raytracing. Where can I look to find more info on those things?
Thanks!