summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/vulkan_present_scaleforce_fp16.frag
blob: 79ea817c2f9adff53369db69d837af16d4022035 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#version 460

#extension GL_GOOGLE_include_directive : enable

#define VERSION 1
#define YUZU_USE_FP16

#include "opengl_present_scaleforce.frag"