Skip to content

Commit

Permalink
Fix typo accidentally introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Jan 21, 2025
1 parent fa20858 commit b8def88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderdoc/data/hlsl/pixelhistory.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RWBuffer<int4> copyout_int : register(u3);
float2 val =
float2(copyin_depth_ms.Load(uint3(src_coord.xy, src_coord.w), src_coord.z).r, -1.0f);

if(c opy_stencil)
if(copy_stencil)
val.g = (float)copyin_stencil_ms.Load(uint3(src_coord.xy, src_coord.w), src_coord.z).g;

copyout_depth[dst_slot] = float4(val, 0.0f, 0.0f);
Expand Down

0 comments on commit b8def88

Please sign in to comment.