summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.comp
blob: 331549d96f5ad7b3c8534e40130a2d4f2b7b3a3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#version 460 core
#extension GL_GOOGLE_include_directive : enable

#define YUZU_USE_FP16
#define USE_RCAS 1

#include "fidelityfx_fsr.comp"