We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01371c commit 4d51b89Copy full SHA for 4d51b89
src/Layers/xrRenderPC_GL/blender_light_mask.cpp
@@ -30,7 +30,6 @@ void CBlender_accum_direct_mask::Compile(CBlender_Compile& C)
30
//C.r_Pass ("null", "accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
31
//C.r_Pass ("stub_notransform","accum_sun_mask", false, FALSE,FALSE,TRUE,D3DBLEND_ZERO,D3DBLEND_ONE,TRUE,1);
32
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);
34
C.r_Sampler_rtf ("s_normal", r2_RT_N);
35
C.r_Sampler_rtf ("s_position", r2_RT_P);
36
C.r_ColorWriteEnable(false, false, false, false);
0 commit comments