summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_fidelityfx_fsr_easu_fp16.comp
blob: 1c96a7905b586ef9a483330539ae97332b89747e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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

#define YUZU_USE_FP16
#define USE_EASU 1

#include "fidelityfx_fsr.comp"