Skip to content

Commit 4d51b89

Browse files
committed
Revert "blender_light_mask: Set the diffuse sampler."
This reverts commit c47e38c.
1 parent f01371c commit 4d51b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Layers/xrRenderPC_GL/blender_light_mask.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ void CBlender_accum_direct_mask::Compile(CBlender_Compile& C)
3030
//C.r_Pass ("null", "accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
3131
//C.r_Pass ("stub_notransform","accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
3232
C.r_Pass ("stub_notransform_t","accum_sun_mask_nomsaa", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
33-
C.r_Sampler_rtf ("s_diffuse", r2_RT_albedo);
3433
C.r_Sampler_rtf ("s_normal", r2_RT_N);
3534
C.r_Sampler_rtf ("s_position", r2_RT_P);
3635
C.r_ColorWriteEnable(false, false, false, false);

0 commit comments

Comments
 (0)