mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-29 11:28:36 +02:00
~ | Small fixes
This commit is contained in:
@ -165,7 +165,7 @@ hitInfo traverseBVHs(Ray ray)
|
||||
return (hit);
|
||||
}
|
||||
|
||||
hitInfo traceRay(Ray ray)
|
||||
hitInfo traceRay(inout Ray ray)
|
||||
{
|
||||
hitInfo hitBVH;
|
||||
hitInfo hitScene;
|
||||
|
Reference in New Issue
Block a user