diff options
Diffstat (limited to 'bgfx/chains/hlsl.json')
-rw-r--r-- | bgfx/chains/hlsl.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json index 7e431f72803..41be4613087 100644 --- a/bgfx/chains/hlsl.json +++ b/bgfx/chains/hlsl.json @@ -318,7 +318,7 @@ ], "output": "guest" }, - { "effect": "hlsl/blit", + { "effect": "misc/blit", "name": "NTSC Skip", "disablewhen": [ { "type": "slider", "condition": "notequal", "combine": "and", "name": "adjustments", "value": 0 }, @@ -499,7 +499,7 @@ ], "output": "internal" }, - { "effect": "hlsl/blit", + { "effect": "misc/blit", "name": "Final Blit", "input": [ { "sampler": "s_tex", "target": "internal" } |