Skip to content

Commit

Permalink
Samples: fix depth shadow caster for HLSL4
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 6, 2019
1 parent 8fb5d3f commit 5982a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/Media/materials/programs/HLSL_Cg/pssm.cg
Expand Up @@ -18,6 +18,7 @@ void shadow_caster_vs(
}

void shadow_caster_ps(
float4 position : POSITION,
float2 depth : TEXCOORD0,

out float4 oColour : COLOR,
Expand Down

0 comments on commit 5982a4d

Please sign in to comment.