Skip to content

Commit

Permalink
fix: fix compilation error in treelod
Browse files Browse the repository at this point in the history
Fixes issue from doodlum#109
  • Loading branch information
alandtse committed Sep 25, 2023
1 parent 5d51df4 commit 6060c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/Tree LOD Lighting/Shaders/DistantTree.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct PS_OUTPUT

#ifdef PSHADER
SamplerState SampDiffuse : register(s0);

SamplerState SampShadowMaskSampler : register(s14);
Texture2D<float4> TexDiffuse : register(t0);

cbuffer AlphaTestRefCB : register(b11)
Expand Down

0 comments on commit 6060c8c

Please sign in to comment.