diff options
| author | FernandoS27 <fsahmkow27@gmail.com> | 2021-10-22 19:22:34 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:32 +0100 |
| commit | e6f1ed08fb1f11d86bb4cb7c03d83a9f443d6c12 (patch) | |
| tree | ba44ab7773ea458d19c8c751caefa354540b458f /src/video_core/host_shaders | |
| parent | 056894f07ae4c1ef295fefb1e8f120964f2e04b4 (diff) | |
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; #ifdef VULKAN -#define BINDING_COLOR_TEXTURE 1 +#define BINDING_COLOR_TEXTURE 0 #else // ^^^ Vulkan ^^^ // vvv OpenGL vvv |
