summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp
diff options
context:
space:
mode:
authorMarshall Mohror <mohror64@gmail.com>2021-10-23 06:09:29 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2021-11-16 22:11:32 +0100
commitdcc5b4f6b005a2c89bb4e77bca4cfe8705734021 (patch)
tree8f18cc5669dfcd150e3b97eca7acb91a0738b4ba /src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp
parentrenderer_vulkan/blit_image: Use generic color state on Depth to Color blits (diff)
downloadyuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar.gz
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar.bz2
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar.lz
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar.xz
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.tar.zst
yuzu-dcc5b4f6b005a2c89bb4e77bca4cfe8705734021.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp (renamed from src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu.comp)4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu.comp b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp
index 6525eeeb5..1c96a7905 100644
--- a/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu.comp
+++ b/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp
@@ -5,9 +5,7 @@
#version 460 core
#extension GL_GOOGLE_include_directive : enable
-layout(set=0,binding=0) uniform sampler2D InputTexture;
-layout(set=0,binding=1,rgba16f) uniform image2D OutputTexture;
-
+#define YUZU_USE_FP16
#define USE_EASU 1
#include "fidelityfx_fsr.comp"