Skip to content

Commit

Permalink
Revert "blender_light_mask: Set the diffuse sampler."
Browse files Browse the repository at this point in the history
This reverts commit c47e38c.
  • Loading branch information
CrossVR committed Mar 25, 2016
1 parent f01371c commit 4d51b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Layers/xrRenderPC_GL/blender_light_mask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ void CBlender_accum_direct_mask::Compile(CBlender_Compile& C)
//C.r_Pass ("null", "accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
//C.r_Pass ("stub_notransform","accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
C.r_Pass ("stub_notransform_t","accum_sun_mask_nomsaa", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
C.r_Sampler_rtf ("s_diffuse", r2_RT_albedo);
C.r_Sampler_rtf ("s_normal", r2_RT_N);
C.r_Sampler_rtf ("s_position", r2_RT_P);
C.r_ColorWriteEnable(false, false, false, false);
Expand Down

0 comments on commit 4d51b89

Please sign in to comment.