Skip to content

Commit 8009dab

Browse files
committed
fix typo
1 parent 973e4fa commit 8009dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/builtin/hlsl/bxdf/fresnel.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct refract
8787
this_t retval;
8888
retval.I = I;
8989
retval.N = N;
90-
T orientedEta;
90+
scalar_type orientedEta;
9191
retval.backside = getOrientedEtas<scalar_type>(orientedEta, retval.rcpOrientedEta, NdotI, eta);
9292
retval.NdotI = NdotI;
9393
retval.NdotI2 = NdotI * NdotI;

0 commit comments

Comments
 (0)