You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/nbl/builtin/hlsl/path_tracing/unidirectional.hlsl
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,15 @@ namespace hlsl
19
19
namespace path_tracing
20
20
{
21
21
22
-
template<class RandGen, classRayGen, class Intersector, class MaterialSystem, /* class PathGuider, */class NextEventEstimator, class Accumulator, class Scene
template<class RandGen, classRay, class Intersector, class MaterialSystem, /* class PathGuider, */class NextEventEstimator, class Accumulator, class Scene
0 commit comments