diff options
author | 2016-04-25 01:05:19 +0200 | |
---|---|---|
committer | 2016-04-25 02:12:59 +0200 | |
commit | ea6bc4d8ce5734b9167fde917d5e0c8d406925ac (patch) | |
tree | 994564e0cdf70f8a7ff3da171f94cb0b66a306f0 /bgfx/chains/unfiltered.json | |
parent | 6d0dfc548c03060833366731e39f761a9216927c (diff) |
bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian]
Diffstat (limited to 'bgfx/chains/unfiltered.json')
-rw-r--r-- | bgfx/chains/unfiltered.json | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/bgfx/chains/unfiltered.json b/bgfx/chains/unfiltered.json index e8983f6dd5c..6a65031f349 100644 --- a/bgfx/chains/unfiltered.json +++ b/bgfx/chains/unfiltered.json @@ -1,24 +1,11 @@ { "name": "Default Nearest-Neighbor Filter", "author": "Ryan Holtz", - "targets": [ - { "name": "temp", - "mode": "guest", - "bilinear": false - } - ], "passes": [ { "effect": "misc/blit", - "name": "Copy To Unstretched Texture", + "name": "Unfiltered Upscale", "input": [ { "sampler": "s_tex", "texture": "screen" } ], - "output": "temp" - }, - { "effect": "misc/blit", - "name": "Final Upscale", - "input": [ - { "sampler": "s_tex", "target": "temp" } - ], "output": "output" } ] |