diff options
| author | 2021-10-22 19:22:34 +0200 | |
|---|---|---|
| committer | 2021-11-16 22:11:32 +0100 | |
| commit | e6f1ed08fb1f11d86bb4cb7c03d83a9f443d6c12 (patch) | |
| tree | ba44ab7773ea458d19c8c751caefa354540b458f /src/video_core/host_shaders | |
| parent | OpenGL: fix FXAA with scaling (diff) | |
| download | yuzu-e6f1ed08fb1f11d86bb4cb7c03d83a9f443d6c12.tar.gz yuzu-e6f1ed08fb1f11d86bb4cb7c03d83a9f443d6c12.tar.xz yuzu-e6f1ed08fb1f11d86bb4cb7c03d83a9f443d6c12.zip | |
Vulkan: Implement FXAA
Diffstat (limited to 'src/video_core/host_shaders')
| -rw-r--r-- | src/video_core/host_shaders/fxaa.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host_shaders/fxaa.vert b/src/video_core/host_shaders/fxaa.vert index 715fce462..01d5ff4df 100644 --- a/src/video_core/host_shaders/fxaa.vert +++ b/src/video_core/host_shaders/fxaa.vert | |||
| @@ -15,7 +15,7 @@ layout (location = 0) out vec4 posPos; | |||
| 15 | 15 | ||
| 16 | #ifdef VULKAN | 16 | #ifdef VULKAN |
| 17 | 17 | ||
| 18 | #define BINDING_COLOR_TEXTURE 1 | 18 | #define BINDING_COLOR_TEXTURE 0 |
| 19 | 19 | ||
| 20 | #else // ^^^ Vulkan ^^^ // vvv OpenGL vvv | 20 | #else // ^^^ Vulkan ^^^ // vvv OpenGL vvv |
| 21 | 21 | ||