diff options
Diffstat (limited to 'hlsl')
-rw-r--r-- | hlsl/post.fx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hlsl/post.fx b/hlsl/post.fx index 81233f76b4e..dc7c4bd8322 100644 --- a/hlsl/post.fx +++ b/hlsl/post.fx @@ -158,7 +158,6 @@ float2 GetAdjustedCoords(float2 coord) return coord; } -// vector screen has the same quad texture coordinates for every screen orientation, raster screen differs float2 GetShadowCoord(float2 QuadCoord, float2 SourceCoord) { float2 QuadTexel = 1.0f / QuadDims; |