Skip to content

Commit

Permalink
fix nedi artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterk committed May 15, 2017
1 parent 4d9b8bb commit fd330e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nedi/shaders/nedi-pass1.slang
Expand Up @@ -75,7 +75,7 @@ layout(std140, set = 0, binding = 0) uniform UBO
#define width (params.SourceSize.x)
#define height (params.SourceSize.y)

#define px (0.4999 * (params.SourceSize.z))
#define px (1.0 * (params.SourceSize.z))
#define py (0.4999 * (params.SourceSize.w))

#define offset NEDI_OFFSET2
Expand Down

0 comments on commit fd330e5

Please sign in to comment.