summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu.comp
blob: 6525eeeb56f3ff8a50b905a100f7671a21bb5295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2021 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#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 USE_EASU 1

#include "fidelityfx_fsr.comp"