suyu/src/video_core/host_shaders/vulkan_fidelityfx_fsr_rcas_fp16.comp

11 lines
269 B
Text

// 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_RCAS 1
#include "fidelityfx_fsr.comp"